Skip to content

Commit

Permalink
Bump compiler dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Jan 4, 2025
1 parent 29fcc25 commit ddb32b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/io/spine/dependency/local/McJava.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024, TeamDev. All rights reserved.
* Copyright 2025, TeamDev. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -42,12 +42,12 @@ object McJava {
/**
* The version used to in the build classpath.
*/
const val dogfoodingVersion = "2.0.0-SNAPSHOT.259"
const val dogfoodingVersion = "2.0.0-SNAPSHOT.262"

/**
* The version to be used for integration tests.
*/
const val version = "2.0.0-SNAPSHOT.259"
const val version = "2.0.0-SNAPSHOT.262"

/**
* The ID of the Gradle plugin.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024, TeamDev. All rights reserved.
* Copyright 2025, TeamDev. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -73,7 +73,7 @@ object ProtoData {
* The version of ProtoData dependencies.
*/
val version: String
private const val fallbackVersion = "0.70.1"
private const val fallbackVersion = "0.90.1"

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

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

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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024, TeamDev. All rights reserved.
* Copyright 2025, TeamDev. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -36,7 +36,7 @@ object Validation {
/**
* The version of the Validation library artifacts.
*/
const val version = "2.0.0-SNAPSHOT.178"
const val version = "2.0.0-SNAPSHOT.183"

const val group = "io.spine.validation"
private const val prefix = "spine-validation"
Expand Down

0 comments on commit ddb32b9

Please sign in to comment.