Skip to content

Commit cdf7d8f

Browse files
committed
Update to 2.12.15
1 parent 963f5eb commit cdf7d8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
scalaversion: ["2.11.12", "2.12.14", "2.13.6", "3.1.3"]
16+
scalaversion: ["2.11.12", "2.12.15", "2.13.6", "3.1.3"]
1717
steps:
1818

1919
- uses: actions/checkout@v3

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66

77
object Ver {
88
val scala211 = "2.11.12"
9-
val scala212 = "2.12.14"
9+
val scala212 = "2.12.15"
1010
val scala213 = "2.13.6"
1111
val scala3 = "3.1.3"
1212
}

0 commit comments

Comments
 (0)