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)
35
35
buildscript {
36
36
repositories {
37
37
mavenCentral()
38
+ mavenLocal()
38
39
}
39
40
}
40
41
@@ -51,6 +52,7 @@ allprojects {
51
52
snapshotsOnly()
52
53
}
53
54
}
55
+ mavenLocal()
54
56
}
55
57
}
56
58
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ object P {
37
37
override val description: String get() = DESCRIPTION
38
38
override val homepage: String get() = HOMEPAGE
39
39
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 "
42
42
43
43
override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
44
44
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"
9
9
log4j = " 2.24.1"
10
10
# simbot
11
11
simbot = " 4.7.0"
12
- suspendTransform = " 2.0.20-0.9.3 "
12
+ suspendTransform = " 2.0.20-0.9.4 "
13
13
gradleCommon = " 0.6.0"
14
14
# ksp
15
15
ksp = " 2.0.20-1.0.25"
You can’t perform that action at this time.
0 commit comments