Skip to content

Commit

Permalink
Merge pull request #141 from simple-robot/dev/main
Browse files Browse the repository at this point in the history
Release: v1.4.5
  • Loading branch information
ForteScarlet authored Nov 22, 2024
2 parents 258e90d + 6436d92 commit dae30f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ setup(P.ComponentOneBot)
buildscript {
repositories {
mavenCentral()
mavenLocal()
}
}

Expand All @@ -51,6 +52,7 @@ allprojects {
snapshotsOnly()
}
}
mavenLocal()
}
}

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ object P {
override val description: String get() = DESCRIPTION
override val homepage: String get() = HOMEPAGE

const val VERSION = "1.4.4"
const val NEXT_VERSION = "1.4.5"
const val VERSION = "1.4.5"
const val NEXT_VERSION = "1.4.6"

override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
override val version = if (isSnapshot()) snapshotVersion else VERSION
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ openjdk-jmh = "1.37"
log4j = "2.24.1"
# simbot
simbot = "4.7.0"
suspendTransform = "2.0.20-0.9.3"
suspendTransform = "2.0.20-0.9.4"
gradleCommon = "0.6.0"
# ksp
ksp = "2.0.20-1.0.25"
Expand Down

0 comments on commit dae30f4

Please sign in to comment.