Skip to content

Commit 2889d47

Browse files
committed
Update scala-library to 2.12.20
1 parent 1053d76 commit 2889d47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
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.19]
25+
scala: [2.12.20]
2626
java: [temurin@8, temurin@11, temurin@17, temurin@21]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

+1-1
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.19")
4+
lazy val scalaVersions = Seq("2.12.20")
55
lazy val root = project
66
.in(file("."))
77
.settings(

0 commit comments

Comments
 (0)