Skip to content

Commit

Permalink
bump scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
micossow committed Sep 16, 2024
1 parent b0ebe44 commit f288cb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import scoverage.ScoverageKeys.*

import scala.sys.process.Process

val v2_12 = "2.12.19"
val v2_13 = "2.13.13"
val v3 = "3.4.1"
val v2_12 = "2.12.20"
val v2_13 = "2.13.14"
val v3 = "3.4.3"

lazy val resolvedScalaVersion =
sys.env.get("SCALA_MAJOR_VERSION") match {
Expand Down

0 comments on commit f288cb9

Please sign in to comment.