Skip to content

Commit

Permalink
build: Add Scala 3.4.1 to the build (#3854)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Mar 28, 2024
1 parent 677b1bc commit 0ab86e0
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 @@ -25,7 +25,7 @@ object ScalaVersions {
(2 to 3).map(v => s"3.1.$v"),
(0 to 2).map(v => s"3.2.$v"),
(0 to 3).map(v => s"3.3.$v"),
(0 to 0).map(v => s"3.4.$v")
(0 to 1).map(v => s"3.4.$v")
).flatten

// Scala versions used for publishing libraries
Expand Down

0 comments on commit 0ab86e0

Please sign in to comment.