Skip to content

Commit 77c32ee

Browse files
author
Sven Behrens
committed
Update to scala 2.13.14, 2.12.19 and sbt 1.10.0
1 parent 7cc95e1 commit 77c32ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
SCALA_VERSION: ["2.12.17", "2.13.10"]
16+
SCALA_VERSION: ["2.12.19", "2.13.14"]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: coursier/cache-action@v6

project/Settings.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ object Settings {
8686
(Compile / sourceGenerators) += customSourceGenerators.taskValue
8787
)
8888

89-
private val scala212 = "2.12.17"
90-
private val scala213 = "2.13.10"
89+
private val scala212 = "2.12.19"
90+
private val scala213 = "2.13.14"
9191

9292
private lazy val isAtLeastScala213 = Def.setting {
9393
import Ordering.Implicits._

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.8.2
1+
sbt.version=1.10.0

0 commit comments

Comments
 (0)