Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aafanasev committed Apr 8, 2021
1 parent 6524283 commit 34ce423
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 @@ -7,7 +7,7 @@ plugins {
allprojects {

group = "dev.afanasev"
version = "0.0.9"
version = "0.0.10"

repositories {
jcenter()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ class SekretGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {

override fun getCompilerPluginId() = "sekret"

override fun getPluginArtifact() = SubpluginArtifact("dev.afanasev", "sekret-kotlin-plugin", "0.0.9")
override fun getPluginArtifact() = SubpluginArtifact("dev.afanasev", "sekret-kotlin-plugin", "0.0.10")

}

0 comments on commit 34ce423

Please sign in to comment.