Skip to content

Commit

Permalink
Update Scala 2.13 to 2.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Feb 22, 2022
1 parent 3fbdcb8 commit 08d6c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ThisBuild / homepage := Some(new URL("https://github.com/ij-plugins/ijp-color"))
ThisBuild / startYear := Some(2002)
ThisBuild / licenses := Seq(("LGPL-2.1", new URL("http://opensource.org/licenses/LGPL-2.1")))

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

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

0 comments on commit 08d6c91

Please sign in to comment.