Skip to content

Commit 5113bb8

Browse files
committed
Update scala-library to 2.13.7
1 parent 6667470 commit 5113bb8

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: [3.1.0, 3.0.2, 2.12.15, 2.13.6]
25+
scala: [3.1.0, 3.0.2, 2.12.15, 2.13.7]
2626
2727
platform: [jvm]
2828
workers: [1, 4]

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sourceDirectory := file("dummy source directory")
22

33
val Scala212 = "2.12.15"
4-
val Scala213 = "2.13.6"
4+
val Scala213 = "2.13.7"
55
val Scala30 = "3.0.2"
66
val Scala31 = "3.1.0"
77

0 commit comments

Comments
 (0)