Skip to content

Commit a7ec618

Browse files
Merge pull request #103 from SpineEventEngine/bump-protodata-2023-10-09
Bump ProtoData
2 parents f98ea18 + 3e90a77 commit a7ec618

File tree

5 files changed

+99
-98
lines changed

5 files changed

+99
-98
lines changed

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

+2-2
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.13.0"
68+
private const val fallbackVersion = "0.13.1"
6969

7070
/**
7171
* The distinct version of ProtoData used by other build tools.
@@ -74,7 +74,7 @@ object ProtoData {
7474
* transitional dependencies, this is the version used to build the project itself.
7575
*/
7676
val dogfoodingVersion: String
77-
private const val fallbackDfVersion = "0.9.11"
77+
private const val fallbackDfVersion = "0.13.1"
7878

7979
/**
8080
* The artifact for the ProtoData Gradle plugin.

java/src/main/java/io/spine/validation/java/ExtraValidation.java

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import io.spine.text.TextCoordinates;
3333

3434
import static com.google.common.base.Preconditions.checkNotNull;
35+
import static io.spine.protodata.renderer.CoordinatesFactory.nowhere;
3536
import static java.lang.String.format;
3637

3738
/**

0 commit comments

Comments
 (0)