Skip to content

Commit faaa773

Browse files
committed
Update scala to 2.12.15
1 parent 25f40a1 commit faaa773

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: [2.11.12, 2.12.13, 2.13.5]
25+
scala: [2.11.12, 2.12.15, 2.13.5]
2626
java: [adopt@1.8]
2727
runs-on: ${{ matrix.os }}
2828
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ReleaseTransformations._
77
val Scala211 = "2.11.12"
88
val NativeCond = s"matrix.scala == '$Scala211'"
99

10-
ThisBuild / crossScalaVersions := Seq(Scala211, "2.12.13", "2.13.5")
10+
ThisBuild / crossScalaVersions := Seq(Scala211, "2.12.15", "2.13.5")
1111
ThisBuild / scalaVersion := Scala211
1212

1313
ThisBuild / githubWorkflowPublishTargetBranches := Seq()

0 commit comments

Comments
 (0)