Skip to content

Commit 8d1092f

Browse files
committed
Update scala-library to 2.13.12
1 parent 49ff0c3 commit 8d1092f

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.13.11]
26+
scala: [2.13.12]
2727
java: [temurin@17, temurin@11]
2828
runs-on: ${{ matrix.os }}
2929
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
2121
"dummy" -> List(JVMPlatform)
2222
)
2323

24-
val Scala213 = "2.13.11"
24+
val Scala213 = "2.13.12"
2525

2626
/// sbt-typelevel configuration
2727

0 commit comments

Comments
 (0)