Skip to content

Commit

Permalink
Update scala-library to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 16, 2025
1 parent 2dc08dd commit 3d743e0
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.20]
scala: [2.13.16]
java: [temurin@8, temurin@11, temurin@17, temurin@21]
runs-on: ${{ matrix.os }}
steps:
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This build is for this Giter8 template.
// To test the template run `g8` or `g8Test` from the sbt session.
// See http://www.foundweekends.org/giter8/testing.html#Using+the+Giter8Plugin for more details.
lazy val scalaVersions = Seq("2.12.20")
lazy val scalaVersions = Seq("2.13.16")
lazy val root = project
.in(file("."))
.settings(

0 comments on commit 3d743e0

Please sign in to comment.