Skip to content

Commit e609389

Browse files
Update scala-library from 2.12.14 to 2.12.15 (#693)
Co-authored-by: Scala Steward <[email protected]>
1 parent 3ce91f6 commit e609389

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
@@ -28,7 +28,7 @@ object BuildSettings {
2828
licenses := Seq("MIT" -> url("https://raw.githubusercontent.com/avast/scala-server-toolkit/master/LICENSE")),
2929
developers := List(Developer("jakubjanecek", "Jakub Janecek", "[email protected]", url("https://www.avast.com"))),
3030
scalaVersion := "2.13.6",
31-
crossScalaVersions := List(scalaVersion.value, "2.12.14"),
31+
crossScalaVersions := List(scalaVersion.value, "2.12.15"),
3232
fork := true,
3333
libraryDependencies ++= Seq(
3434
compilerPlugin(Dependencies.kindProjector),

0 commit comments

Comments
 (0)