Skip to content

Commit

Permalink
Update scala-library from 2.13.5 to 2.13.6 (#561)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Janeček <[email protected]>
  • Loading branch information
scala-steward and jakubjanecek authored Jun 1, 2021
1 parent 77958e4 commit 7645978
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 @@ -27,7 +27,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.5",
scalaVersion := "2.13.6",
crossScalaVersions := List(scalaVersion.value, "2.12.14"),
fork := true,
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 7645978

Please sign in to comment.