Skip to content

Commit 1053ec1

Browse files
Merge pull request #109 from scala-steward/update/scala-library-2.12.20
Update scala-library to 2.12.20
2 parents 780a701 + 7aa2766 commit 1053ec1

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.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

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

0 commit comments

Comments
 (0)