Skip to content

Commit 17690c7

Browse files
committed
Update scala-library to 2.13.5
1 parent 6b6b88b commit 17690c7

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
@@ -23,7 +23,7 @@ object BuildSettings {
2323
description := "Functional programming toolkit for building server applications in Scala.",
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"))),
26-
scalaVersion := "2.13.3",
26+
scalaVersion := "2.13.5",
2727
crossScalaVersions := List(scalaVersion.value, "2.12.12"),
2828
fork := true,
2929
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)