Skip to content

Commit c560e6d

Browse files
Update scala-library, scala-reflect to 2.12.13 (#346)
[skip release]
1 parent 56cc1db commit c560e6d

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
@@ -26,7 +26,7 @@ lazy val commonSettings =
2626
version.get.replace(".*", "-SNAPSHOT")
2727
}
2828
},
29-
crossScalaVersions := Seq(currentScalaVersion, "2.12.12", "2.11.12"),
29+
crossScalaVersions := Seq(currentScalaVersion, "2.12.13", "2.11.12"),
3030
scalafmtOnCompile := true,
3131
scalacOptions ++= Seq(
3232
"-unchecked",

0 commit comments

Comments
 (0)