Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b40ee4

Browse files
committedJan 19, 2025··
Update scala-library to 2.13.16
1 parent 2dc08dd commit 6b40ee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.12.20]
25+
scala: [2.13.16]
2626
java: [temurin@8, temurin@11, temurin@17, temurin@21]
2727
runs-on: ${{ matrix.os }}
2828
steps:

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This build is for this Giter8 template.
22
// To test the template run `g8` or `g8Test` from the sbt session.
33
// See http://www.foundweekends.org/giter8/testing.html#Using+the+Giter8Plugin for more details.
4-
lazy val scalaVersions = Seq("2.12.20")
4+
lazy val scalaVersions = Seq("2.13.16")
55
lazy val root = project
66
.in(file("."))
77
.settings(

0 commit comments

Comments
 (0)
Please sign in to comment.