We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.91.0
1 parent 117981b commit 71e4103Copy full SHA for 71e4103
buildSrc/src/main/kotlin/io/spine/dependency/local/ProtoData.kt
@@ -73,7 +73,7 @@ object ProtoData {
73
* The version of ProtoData dependencies.
74
*/
75
val version: String
76
- private const val fallbackVersion = "0.90.2"
+ private const val fallbackVersion = "0.91.0"
77
78
/**
79
* The distinct version of ProtoData used by other build tools.
@@ -82,7 +82,7 @@ object ProtoData {
82
* transitional dependencies, this is the version used to build the project itself.
83
84
val dogfoodingVersion: String
85
- private const val fallbackDfVersion = "0.90.2"
+ private const val fallbackDfVersion = "0.91.0"
86
87
88
* The artifact for the ProtoData Gradle plugin.
0 commit comments