Skip to content

Commit

Permalink
Scala 3: test against Scala Next
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin authored Aug 21, 2024
1 parent 2aa9e4e commit 6b2e14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/scalafix/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val V = _root_.scalafix.sbt.BuildInfo

lazy val rulesCrossVersions = Seq(V.scala213, V.scala212)
lazy val scala3Version = "3.3.1"
lazy val scala3Version = "3.5.0"

inThisBuild(
List(
Expand Down

0 comments on commit 6b2e14e

Please sign in to comment.