Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object SbtShared {
val scala313 = "3.1.3"
val stableLTS = "3.3.7"
val stableNext = "3.8.3"
val latestLTS = "3.3.7"
val latestLTS = "3.3.8-RC1"
val latestNext = "3.8.4-RC1"
val js = latest213
val sbt = latest212
Expand Down
Loading