File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ setup(P.ComponentOneBot)
3535buildscript {
3636 repositories {
3737 mavenCentral()
38+ mavenLocal()
3839 }
3940}
4041
@@ -51,6 +52,7 @@ allprojects {
5152 snapshotsOnly()
5253 }
5354 }
55+ mavenLocal()
5456 }
5557}
5658
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ object P {
3737 override val description: String get() = DESCRIPTION
3838 override val homepage: String get() = HOMEPAGE
3939
40- const val VERSION = " 1.4.4 "
41- const val NEXT_VERSION = " 1.4.5 "
40+ const val VERSION = " 1.4.5 "
41+ const val NEXT_VERSION = " 1.4.6 "
4242
4343 override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
4444 override val version = if (isSnapshot()) snapshotVersion else VERSION
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ openjdk-jmh = "1.37"
99log4j = " 2.24.1"
1010# simbot
1111simbot = " 4.7.0"
12- suspendTransform = " 2.0.20-0.9.3 "
12+ suspendTransform = " 2.0.20-0.9.4 "
1313gradleCommon = " 0.6.0"
1414# ksp
1515ksp = " 2.0.20-1.0.25"
You can’t perform that action at this time.
0 commit comments