Skip to content

Commit

Permalink
Merge pull request #2066 from scalacenter/3.3.4-RC2
Browse files Browse the repository at this point in the history
build & test against 3.3.4-RC2
  • Loading branch information
bjaglin authored Sep 10, 2024
2 parents 0facaa6 + 0cbe47f commit a818916
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 @@ -8,7 +8,7 @@ object Dependencies {
val scala212 = sys.props.getOrElse("scala212.nightly", "2.12.19")
val scala213 = sys.props.getOrElse("scala213.nightly", "2.13.14")
val scala3Next = sys.props.getOrElse("scala3.nightly", "3.5.0")
val scala3LTS = "3.3.4-RC1"
val scala3LTS = "3.3.4-RC2"

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

0 comments on commit a818916

Please sign in to comment.