Skip to content

Commit

Permalink
[1.0.6] Update ShrinkingKt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Feb 5, 2022
1 parent 661fe93 commit 92615b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
java
`maven-publish`
id("org.jetbrains.kotlin.jvm") version "1.5.10" apply false
id("org.tabooproject.shrinkingkt") version "1.0.1" apply false
id("org.tabooproject.shrinkingkt") version "1.0.2" apply false
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.tabooproject.reflex
version=1.0.5
version=1.0.6
kotlin.incremental=true
kotlin.incremental.java=true
kotlin.caching.enabled=true
Expand Down

0 comments on commit 92615b9

Please sign in to comment.