Skip to content

Commit

Permalink
Prefer Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Aug 5, 2022
1 parent 2e709b1 commit 5057b0d
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("https://opensource.org/licenses/LGPL-2.1")))

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

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

0 comments on commit 5057b0d

Please sign in to comment.