Skip to content

Commit a118b8b

Browse files
authored
Merge pull request #793 from scala-steward/update/scala-library-2.13.8
Update scala-library from 2.13.7 to 2.13.8
2 parents ca7e5c7 + 8986aa1 commit a118b8b

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
@@ -25,7 +25,7 @@ object BuildSettings {
2525
description := "Functional programming toolkit for building server applications in Scala.",
2626
licenses := Seq("MIT" -> url("https://raw.githubusercontent.com/avast/scala-server-toolkit/master/LICENSE")),
2727
developers := List(Developer("jakubjanecek", "Jakub Janecek", "[email protected]", url("https://www.avast.com"))),
28-
scalaVersion := "2.13.7",
28+
scalaVersion := "2.13.8",
2929
crossScalaVersions := List(scalaVersion.value, "2.12.15"),
3030
fork := true,
3131
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)