Skip to content

Commit 71e4103

Browse files
Bump ProtoData -> 0.91.0
1 parent 117981b commit 71e4103

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin/io/spine/dependency/local

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ object ProtoData {
7373
* The version of ProtoData dependencies.
7474
*/
7575
val version: String
76-
private const val fallbackVersion = "0.90.2"
76+
private const val fallbackVersion = "0.91.0"
7777

7878
/**
7979
* The distinct version of ProtoData used by other build tools.
@@ -82,7 +82,7 @@ object ProtoData {
8282
* transitional dependencies, this is the version used to build the project itself.
8383
*/
8484
val dogfoodingVersion: String
85-
private const val fallbackDfVersion = "0.90.2"
85+
private const val fallbackDfVersion = "0.91.0"
8686

8787
/**
8888
* The artifact for the ProtoData Gradle plugin.

0 commit comments

Comments
 (0)