Skip to content

Commit c13ed50

Browse files
committed
Update scala-compiler, scala-library, ... to 2.13.16
1 parent c33d57f commit c13ed50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbt.contraband.ContrabandPlugin.autoImport._
44

55
object Dependencies {
66
val scala212 = "2.12.20"
7-
val scala213 = "2.13.15"
7+
val scala213 = "2.13.16"
88

99
def nightlyVersion: Option[String] =
1010
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")

0 commit comments

Comments
 (0)