Skip to content

Commit f98ea18

Browse files
Merge pull request #102 from SpineEventEngine/bump-protodata-2023-10-06
Bump ProtoData
2 parents 400b0a6 + 340bf6c commit f98ea18

File tree

5 files changed

+99
-99
lines changed

5 files changed

+99
-99
lines changed

buildSrc/src/main/kotlin/io/spine/internal/dependency/ProtoData.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ object ProtoData {
6565
* The version of ProtoData dependencies.
6666
*/
6767
val version: String
68-
private const val fallbackVersion = "0.12.0"
68+
private const val fallbackVersion = "0.13.0"
6969

7070
/**
7171
* The distinct version of ProtoData used by other build tools.

buildSrc/src/main/kotlin/io/spine/internal/dependency/Spine.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ object Spine {
5959
*
6060
* @see <a href="https://github.com/SpineEventEngine/logging">spine-logging</a>
6161
*/
62-
const val logging = "2.0.0-SNAPSHOT.226"
62+
const val logging = "2.0.0-SNAPSHOT.227"
6363

6464
/**
6565
* The version of [Spine.testlib].

0 commit comments

Comments
 (0)