Skip to content

Commit f838f35

Browse files
committed
Bump scala versions
1 parent 4d3a5b7 commit f838f35

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.15"
13-
val v3 = "3.3.4"
12+
val v2_13 = "2.13.16"
13+
val v3 = "3.3.6"
1414

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

0 commit comments

Comments
 (0)