Skip to content

Commit

Permalink
Merge pull request #1973 from scalacenter/scala341
Browse files Browse the repository at this point in the history
test against Scala 3.4.1
  • Loading branch information
bjaglin committed Apr 10, 2024
2 parents 6f1ee6c + afca03b commit f51cb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sbt._
object Dependencies {
val scala212 = sys.props.getOrElse("scala212.nightly", "2.12.19")
val scala213 = sys.props.getOrElse("scala213.nightly", "2.13.13")
val scala3 = sys.props.getOrElse("scala3.nightly", "3.4.0")
val scala3 = sys.props.getOrElse("scala3.nightly", "3.4.1")

val bijectionCoreV = "0.9.7"
val collectionCompatV = "2.11.0"
Expand Down

0 comments on commit f51cb4a

Please sign in to comment.