Skip to content

Commit

Permalink
Update scala-library to 2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 8, 2023
1 parent 2ea1b13 commit b2c3239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.10, 3.3.0]
scala: [2.12.18, 2.13.10, 3.3.0]
java: [temurin@11, temurin@17]
project: [rootJVM]
exclude:
- scala: 2.12.17
- scala: 2.12.18
java: temurin@17
- scala: 3.3.0
java: temurin@17
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17, 2.13.10]
scala: [2.12.18, 2.13.10]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ThisBuild / description := "Yet another Typesafe Config decoder"
ThisBuild / developers := List(
Developer("jonas", "Jonas Fonseca", "jonas.fonseca@gmail.com", url("https://github.com/jonas"))
)
val scala212 = "2.12.17"
val scala212 = "2.12.18"
val scala213 = "2.13.10"
val scala3 = "3.3.0"
ThisBuild / scalaVersion := scala213
Expand Down

0 comments on commit b2c3239

Please sign in to comment.