Skip to content

Commit

Permalink
Merge pull request #2076 from bjaglin/scala334
Browse files Browse the repository at this point in the history
build and test against Scala 3.3.4 final
  • Loading branch information
bjaglin authored Sep 26, 2024
2 parents 17962d9 + ff4dad2 commit 7f471d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version=$1

scala212=2.12.20
scala213=2.13.15
scala3LTS=3.3.4-RC1
scala3LTS=3.3.4
scala3Next=3.5.1

cs resolve \
Expand Down
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.20")
val scala213 = sys.props.getOrElse("scala213.nightly", "2.13.15")
val scala3Next = sys.props.getOrElse("scala3.nightly", "3.5.1")
val scala3LTS = "3.3.4-RC3"
val scala3LTS = "3.3.4"

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

0 comments on commit 7f471d0

Please sign in to comment.