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 28, 2024
1 parent 4dff93f commit 3106a59
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 @@ -12,13 +12,13 @@ jobs:
strategy:
matrix:
include:
- scala-version: '2.12.17'
- scala-version: '2.12.19'
sbt-version: '1.5.5'
java-version: 8
- scala-version: '2.12.17'
- scala-version: '2.12.19'
sbt-version: '1.5.5'
java-version: 11
- scala-version: '2.12.17'
- scala-version: '2.12.19'
sbt-version: '1.5.5'
java-version: 17

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "2.12.17"
ThisBuild / scalaVersion := "2.12.19"
ThisBuild / version := {
val orig = (ThisBuild / version).value
if (orig.endsWith("-SNAPSHOT")) "0.5.0-SNAPSHOT"
Expand Down

0 comments on commit 3106a59

Please sign in to comment.