Skip to content

Commit

Permalink
Merge pull request #1469 from Friendseeker/bump-scala3-334
Browse files Browse the repository at this point in the history
[2.x] Bump Scala 3 to 3.3.4
  • Loading branch information
eed3si9n authored Oct 20, 2024
2 parents e2e2e8d + 20dba76 commit 02abfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ object Dependencies {
val scala211 = "2.11.12"
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala3 = "3.3.1"
val scala3ForBridge = "3.3.1"
val scala3 = "3.3.4"
val scala3ForBridge = "3.3.4"
val scala213ForBridge = "2.13.15"
val defaultScalaVersion = scala3
val compilerBridgeVersions = Seq(scala212, scala210, scala211, scala213)
Expand Down

0 comments on commit 02abfbb

Please sign in to comment.