Skip to content

Commit 2f5764d

Browse files
committed
Update scala-compiler, scala-library, ... to 2.13.12
1 parent 61f9995 commit 2f5764d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lazy val root = project.in(file("."))
99
.settings(
1010
name := "scala2ts-core",
1111
organization := "com.github.scala2ts",
12-
scalaVersion := "2.13.1",
12+
scalaVersion := "2.13.12",
1313
crossVersion := CrossVersion.binary,
1414
crossScalaVersions := Seq(
1515
// TODO: "2.10.7"

0 commit comments

Comments
 (0)