Skip to content

Commit 15813e9

Browse files
authored
Bump Scala versions (#1173)
1 parent b3e8c15 commit 15813e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import scoverage.ScoverageKeys.*
99
import scala.sys.process.Process
1010

1111
val v2_12 = "2.12.20"
12-
val v2_13 = "2.13.16"
13-
val v3 = "3.3.6"
12+
val v2_13 = "2.13.18"
13+
val v3 = "3.3.7"
1414

1515
lazy val resolvedScalaVersion =
1616
sys.env.get("SCALA_MAJOR_VERSION") match {

0 commit comments

Comments
 (0)