Skip to content

Commit

Permalink
Add Scala 3.3.3 to crossScalaVersions, 3.3.2 is binary incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Mar 12, 2024
1 parent 2454e93 commit 4bf302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ScalaVersions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object ScalaVersions {
// windowslib fails to compile with 3.1.{0-1}
(2 to 3).map(v => s"3.1.$v"),
(0 to 2).map(v => s"3.2.$v"),
(0 to 2).map(v => s"3.3.$v"),
(0 to 3).map(v => s"3.3.$v"),
(0 to 0).map(v => s"3.4.$v")
).flatten

Expand Down

0 comments on commit 4bf302d

Please sign in to comment.