Skip to content

Commit

Permalink
Update Scala 2.12 to 2.12.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Aug 5, 2022
1 parent 26f7827 commit 86c09ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ThisBuild / startYear := Some(2002)
ThisBuild / licenses := Seq(("LGPL-2.1", new URL("https://opensource.org/licenses/LGPL-2.1")))

ThisBuild / scalaVersion := "2.13.8"
ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.15", "3.0.2")
ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.16", "3.0.2")

publishArtifact := false
publish / skip := true
Expand Down

0 comments on commit 86c09ef

Please sign in to comment.