Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addCommandAlias("fixFix", "scalafixAll")
addCommandAlias("testAll", "test;+ test")

lazy val scalaVersion3lts = "3.3.7"
lazy val scalaVersion213 = "2.13.16"
lazy val scalaVersion213 = "2.13.18"

// WONTWORK:
// class scala.tools.tasty.UnpickleException/Forward incompatible TASTy file has version 28.6, produced by Scala 3.6.x
Expand Down
Loading