Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Mar 18, 2024
1 parent 41ff255 commit df1327d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Kotlin {
* When changing the version, also change the version used in the `buildSrc/build.gradle.kts`.
*/
@Suppress("MemberVisibilityCanBePrivate") // used directly from the outside.
const val version = "1.9.22"
const val version = "1.9.23"

/**
* The version of the JetBrains annotations library, which is a transitive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object ProtoData {
* The version of ProtoData dependencies.
*/
val version: String
private const val fallbackVersion = "0.16.1"
private const val fallbackVersion = "0.20.1"

/**
* The distinct version of ProtoData used by other build tools.
Expand All @@ -74,7 +74,7 @@ object ProtoData {
* transitional dependencies, this is the version used to build the project itself.
*/
val dogfoodingVersion: String
private const val fallbackDfVersion = "0.16.1"
private const val fallbackDfVersion = "0.19.1"

/**
* The artifact for the ProtoData Gradle plugin.
Expand All @@ -93,6 +93,9 @@ object ProtoData {
val compiler
get() = "$group:protodata-compiler:$version"

val protocPlugin
get() = "$group:protodata-protoc:$version"

val gradleApi
get() = "$group:protodata-gradle-api:$version"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Spine {
*
* @see <a href="https://github.com/SpineEventEngine/base">spine-base</a>
*/
const val base = "2.0.0-SNAPSHOT.195"
const val base = "2.0.0-SNAPSHOT.198"

/**
* The version of [Spine.reflect].
Expand Down Expand Up @@ -89,7 +89,7 @@ object Spine {
*
* @see <a href="https://github.com/SpineEventEngine/mc-java">spine-mc-java</a>
*/
const val mcJava = "2.0.0-SNAPSHOT.175"
const val mcJava = "2.0.0-SNAPSHOT.185"

/**
* The version of [Spine.baseTypes].
Expand Down Expand Up @@ -124,7 +124,7 @@ object Spine {
*
* @see <a href="https://github.com/SpineEventEngine/tool-base">spine-tool-base</a>
*/
const val toolBase = "2.0.0-SNAPSHOT.192"
const val toolBase = "2.0.0-SNAPSHOT.206"

/**
* The version of [Spine.javadocTools].
Expand Down

0 comments on commit df1327d

Please sign in to comment.