Skip to content

Commit 9d751d4

Browse files
authored
Merge pull request #1122 from tgodzik/update-3.3.6
chore: Add Scala 3.3.6
2 parents 2c2cb29 + 6385774 commit 9d751d4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

api/src/main/scala/com.olegych.scastie.api/ScalaVersions.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ object ScalaVersions {
3232
"3.4.2",
3333
"3.4.1",
3434
"3.4.0",
35+
"3.3.5",
3536
"3.3.4",
3637
"3.3.3",
3738
// "3.3.2", Bad release

project/SbtShared.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ object SbtShared {
2323
val latest212 = "2.12.20"
2424
val latest213 = "2.13.16"
2525
val old3 = "3.0.2"
26-
val stableLTS = "3.3.5"
26+
val stableLTS = "3.3.6"
2727
val stableNext = "3.7.0"
28-
val latestLTS = "3.3.5"
28+
val latestLTS = "3.3.6"
2929
val latestNext = "3.7.1-RC1"
3030
val js = latest213
3131
val sbt = latest212

0 commit comments

Comments
 (0)