Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 5cbeb2f

Browse files
committed
Update scala-library to 2.13.10
1 parent cff4fde commit 5cbeb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ developers := List(
3131
)
3232

3333
// Compile options
34-
scalaVersion := "2.13.6"
35-
crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.6")
34+
scalaVersion := "2.13.10"
35+
crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.10")
3636
scalacOptions ++= Seq(
3737
"-unchecked",
3838
"-deprecation",

0 commit comments

Comments
 (0)