Skip to content

Commit

Permalink
Revert "Update scala3-library to 3.4.1 (#989)"
Browse files Browse the repository at this point in the history
This reverts commit c7d78bd.
  • Loading branch information
svroonland committed Aug 12, 2024
1 parent 5ec6045 commit b3e04c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import xerial.sbt.Sonatype.GitHubHosting

val mainScala = "2.13.14"
val allScala = Seq(mainScala, "3.4.1")
val allScala = Seq(mainScala, "3.3.3")

val excludeInferAny = { options: Seq[String] => options.filterNot(Set("-Xlint:infer-any")) }

Expand Down

0 comments on commit b3e04c1

Please sign in to comment.