Skip to content

Commit

Permalink
Update scala-library from 2.12.14 to 2.12.15 (#693)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <[email protected]>
  • Loading branch information
jakubjanecek and scala-steward authored Sep 29, 2021
1 parent 3ce91f6 commit e609389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object BuildSettings {
licenses := Seq("MIT" -> url("https://raw.githubusercontent.com/avast/scala-server-toolkit/master/LICENSE")),
developers := List(Developer("jakubjanecek", "Jakub Janecek", "[email protected]", url("https://www.avast.com"))),
scalaVersion := "2.13.6",
crossScalaVersions := List(scalaVersion.value, "2.12.14"),
crossScalaVersions := List(scalaVersion.value, "2.12.15"),
fork := true,
libraryDependencies ++= Seq(
compilerPlugin(Dependencies.kindProjector),
Expand Down

0 comments on commit e609389

Please sign in to comment.