Skip to content

Commit

Permalink
Move to Scala 3.1.3 and 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inkytonik committed Jul 16, 2023
1 parent 6ff5f48 commit 34828f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -9,7 +9,7 @@ ThisBuild/version := "2.6.0-SNAPSHOT"
ThisBuild/organization := "org.bitbucket.inkytonik.kiama"

ThisBuild/scalaVersion := "2.13.7"
ThisBuild/crossScalaVersions := Seq("3.1.0", "2.13.7", "2.12.18", "2.11.12")
ThisBuild/crossScalaVersions := Seq("3.1.3", "3.0.2", "2.13.7", "2.12.18", "2.11.12")

ThisBuild/scalacOptions := {
// Turn on all lint warnings, except:
Expand Down

0 comments on commit 34828f5

Please sign in to comment.