Skip to content

Commit

Permalink
update to alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeshustoff committed Jul 2, 2021
1 parent 040d4f7 commit 15e3485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DiktGradlePlugin : KotlinCompilerPluginSupportPlugin {
}

companion object {
private const val version = "1.0.0-alpha1"
private const val version = "1.0.0-alpha2"
}
}

Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
kotlin.code.style=official
kotlin_version=1.5.20
dikt_version=1.0.0-alpha1
dikt_version=1.0.0-alpha2
dikt_sample_version=1.0.0-alpha2

0 comments on commit 15e3485

Please sign in to comment.