Skip to content

Commit

Permalink
scala 3.4.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Apr 18, 2024
1 parent 2369fee commit 2693a6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))

ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
// ThisBuild / crossScalaVersions := Seq("3.3.1")
ThisBuild / crossScalaVersions := Seq("3.4.2-RC1-bin-20240308-a9bb881-NIGHTLY")
// ThisBuild / crossScalaVersions := Seq("3.4.2-RC1-bin-20240308-a9bb881-NIGHTLY")
ThisBuild / crossScalaVersions := Seq("3.4.2-RC1")

// run tests sequentially for easier failure debugging
Test / parallelExecution := false
Expand Down

0 comments on commit 2693a6f

Please sign in to comment.