Skip to content

Commit

Permalink
⬆️ Upgrade to Sisyphus 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Aug 25, 2023
1 parent 7d3b432 commit 36ce3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 {
}

group = "com.bybutter.sisyphus.tools"
version = "2.0.0"
version = "2.0.11"
description = "Plugin for compiling proto files with Gradle in Sisyphus Framework"

repositories {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin = "1.9.0"
plugin-publishing = "1.2.0"
ktlint = "11.5.0"
protobuf = "3.23.0"
sisyphus = "1.6.10"
sisyphus = "2.0.11"
android-plugin = "4.1.2"

[libraries]
Expand All @@ -15,4 +15,4 @@ gradle-android = { module = "com.android.tools.build:gradle", version.ref = "and
[plugins]
plugin-publishing = { id = "com.gradle.plugin-publish", version.ref = "plugin-publishing" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }

0 comments on commit 36ce3dd

Please sign in to comment.