Skip to content

Commit 9f5909e

Browse files
Update scala-library to 2.13.12 (#125)
1 parent f1efc88 commit 9f5909e

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"]
36-
scala: ["2.12.18", "2.13.11", "3.2.2"]
36+
scala: ["2.12.18", "2.13.12", "3.2.2"]
3737
steps:
3838
- name: Checkout current branch
3939
uses: actions/checkout@v4.0.0

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Dependencies._
33
Global / onChangedBuildSource := ReloadOnSourceChanges
44

55
val Scala212: String = "2.12.18"
6-
val Scala213: String = "2.13.11"
6+
val Scala213: String = "2.13.12"
77
val Scala3: String = "3.3.1"
88

99
inThisBuild(

0 commit comments

Comments
 (0)