Skip to content

Commit

Permalink
stable commons version
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Oct 21, 2024
1 parent ca6a9cc commit ae1962d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ allprojects {

repositories {
mavenCentral()
maven("https://maven.wagyourtail.xyz/releases")
maven("https://maven.wagyourtail.xyz/snapshots")
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
asm = "9.7"
okio = "3.7.0"
kotlin = "2.0.20"
commons = "1.0.0-SNAPSHOT"
commons = "1.0.0"
jb_annotations = "24.1.0"
apache_commons_compress = "1.26.2"
kotlin_serialization = "1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
repositories {
maven("https://maven.wagyourtail.xyz/snapshots")
maven("https://maven.wagyourtail.xyz/releases")
mavenCentral()
gradlePluginPortal()
}
Expand Down

0 comments on commit ae1962d

Please sign in to comment.