Skip to content

Commit e82f164

Browse files
Update scala-library to 2.12.20 (#204)
1 parent 754278a commit e82f164

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
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
java: ["8", "11", "17", "21"]
36-
scala: ["2.12.19", "2.13.14", "3.5.0"]
36+
scala: ["2.12.20", "2.13.14", "3.5.0"]
3737
steps:
3838
- name: Checkout current branch
3939
uses: actions/checkout@v4.1.7

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Dependencies._
22

33
Global / onChangedBuildSource := ReloadOnSourceChanges
44

5-
val Scala212: String = "2.12.19"
5+
val Scala212: String = "2.12.20"
66
val Scala213: String = "2.13.14"
77
val Scala3: String = "3.5.0"
88

0 commit comments

Comments
 (0)