Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2024
1 parent 70669fd commit 574e8d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
java: [ '1.14', '1.17' ]
scala: [ '2.12.18' ]
scala: [ '2.12.19' ]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
java: [ '8' ]
scala: [ '2.12.18' ]
scala: [ '2.12.19' ]
steps:
- name: Track version from core
id: set-version
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ThisBuild / developers := List(
)
)

ThisBuild / scalaVersion := "2.12.18"
ThisBuild / scalaVersion := "2.12.19"
ThisBuild / scalacOptions ++= List("-feature", "-Xexperimental")

libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-guardrail/java-codegen-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sbt-guardrail-java-test-app"

version := "1.0." + System.currentTimeMillis

scalaVersion := "2.12.18"
scalaVersion := "2.12.19"

scalacOptions += "-Xexperimental"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sbt-guardrail-scala-client-test-app"

version := "1.0." + System.currentTimeMillis

scalaVersion := "2.12.18"
scalaVersion := "2.12.19"

scalacOptions += "-Xexperimental"

Expand Down

0 comments on commit 574e8d8

Please sign in to comment.