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

Commit a350872

Browse files
committed
Update scala-library to 2.12.17
1 parent cff4fde commit a350872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ developers := List(
3232

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

0 commit comments

Comments
 (0)