Skip to content

Commit

Permalink
Add support for 3.4.2 (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala authored May 16, 2024
1 parent 3c71546 commit c1b0950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ object ScalaVersions {
BuildInfo.stableNext,
BuildInfo.latestLTS,
BuildInfo.stableLTS,
"3.4.1",
"3.4.0",
"3.3.1",
"3.3.0",
Expand Down
6 changes: 3 additions & 3 deletions project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ object SbtShared {
val latest213 = "2.13.14"
val old3 = "3.0.2"
val stableLTS = "3.3.3"
val stableNext = "3.4.1"
val latestLTS = "3.3.2"
val latestNext = "3.4.2-RC1"
val stableNext = "3.4.2"
val latestLTS = "3.3.3"
val latestNext = "3.5.0-RC1"
val js = latest213
val sbt = latest212
val jvm = latest213
Expand Down

0 comments on commit c1b0950

Please sign in to comment.