Skip to content

Commit

Permalink
Update scala-library to 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jakubjanecek committed Mar 1, 2021
1 parent eac1da6 commit 5aecdf3
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 @@ -23,7 +23,7 @@ object BuildSettings {
description := "Functional programming toolkit for building server applications in Scala.",
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.3",
scalaVersion := "2.13.5",
crossScalaVersions := List(scalaVersion.value, "2.12.13"),
fork := true,
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 5aecdf3

Please sign in to comment.