Skip to content

Commit eac1da6

Browse files
authored
Merge pull request #470 from scala-steward/update/scala-library-2.12.13
Update scala-library to 2.12.13
2 parents 765ed83 + 1cc1924 commit eac1da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object BuildSettings {
2424
licenses := Seq("MIT" -> url("https://raw.githubusercontent.com/avast/scala-server-toolkit/master/LICENSE")),
2525
developers := List(Developer("jakubjanecek", "Jakub Janecek", "[email protected]", url("https://www.avast.com"))),
2626
scalaVersion := "2.13.3",
27-
crossScalaVersions := List(scalaVersion.value, "2.12.12"),
27+
crossScalaVersions := List(scalaVersion.value, "2.12.13"),
2828
fork := true,
2929
libraryDependencies ++= Seq(
3030
compilerPlugin(Dependencies.kindProjector),

0 commit comments

Comments
 (0)