Skip to content

Commit

Permalink
Merge pull request #137 from scalacenter/scalanext
Browse files Browse the repository at this point in the history
Scala 3: test against Scala Next
  • Loading branch information
bjaglin authored Aug 21, 2024
2 parents 2aa9e4e + 6b2e14e commit 8080d4a
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 8080d4a

Please sign in to comment.