Skip to content

Commit

Permalink
Merge pull request #212 from scala-steward/update/scala-library-2.12.18
Browse files Browse the repository at this point in the history
Update scala-library to 2.12.18
  • Loading branch information
blast-hardcheese authored Jun 12, 2023
2 parents fcea6f4 + 928266e commit 0ff7cd6
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: [ '8', '11', '17' ]
scala: [ '2.12.17' ]
scala: [ '2.12.18' ]
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.17' ]
scala: [ '2.12.18' ]
steps:
- name: Publish release notes
uses: release-drafter/release-drafter@v5
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.17"
ThisBuild / scalaVersion := "2.12.18"
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.17"
scalaVersion := "2.12.18"

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.17"
scalaVersion := "2.12.18"

scalacOptions += "-Xexperimental"

Expand Down

0 comments on commit 0ff7cd6

Please sign in to comment.