Skip to content

Commit

Permalink
Bump Scala 3 to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Oct 18, 2024
1 parent 41dd74e commit e429da3
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.19"
val scala213 = "2.13.14"
val scala3 = "3.3.1"
val scala3ForBridge = "3.3.1"
val scala3 = "3.3.4"
val scala3ForBridge = "3.3.4"
val scala213ForBridge = "2.13.13"
val defaultScalaVersion = scala3
val compilerBridgeVersions = Seq(scala212, scala210, scala211, scala213)
Expand Down

0 comments on commit e429da3

Please sign in to comment.