Skip to content

Commit a3a1f5b

Browse files
scala-stewardjakubjanecek
authored andcommitted
Update scala-library from 2.13.5 to 2.13.6
1 parent 40c3923 commit a3a1f5b

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
@@ -27,7 +27,7 @@ object BuildSettings {
2727
description := "Functional programming toolkit for building server applications in Scala.",
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"))),
30-
scalaVersion := "2.13.5",
30+
scalaVersion := "2.13.6",
3131
crossScalaVersions := List(scalaVersion.value, "2.12.13"),
3232
fork := true,
3333
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)