Skip to content

Commit

Permalink
Add 3.3.3 (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochala authored Mar 8, 2024
1 parent 6d1ba86 commit 9aec941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.3.1",
"3.3.0",
"3.2.2",
"3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object SbtShared {
val latest212 = "2.12.19"
val latest213 = "2.13.13"
val old3 = "3.0.2"
val stableLTS = "3.3.2"
val stableLTS = "3.3.3"
val stableNext = "3.4.0"
val latestLTS = "3.3.2"
val latestNext = "3.4.1-RC1"
Expand Down

0 comments on commit 9aec941

Please sign in to comment.