Skip to content

Commit

Permalink
chore: Add support for Scala 3.3.1-RC5
Browse files Browse the repository at this point in the history
If everything goes right this should be the last RC version we should release Metals for.
  • Loading branch information
tgodzik committed Aug 11, 2023
1 parent 2f912f5 commit 5a94898
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 @@ -64,6 +64,7 @@ object MtagsResolver {
"3.3.1-RC1" -> "0.11.12",
"3.3.1-RC2" -> "0.11.12",
"3.3.1-RC3" -> "0.11.12",
"3.3.1-RC4" -> "1.0.0",
)

class Default extends MtagsResolver {
Expand Down
2 changes: 1 addition & 1 deletion project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object V {
val scala3 = "3.3.0"
val firstScala3PCVersion = "3.3.2-RC1-bin-20230721-492f777-NIGHTLY"
// When you can add to removedScalaVersions in MtagsResolver.scala with the last released version
val scala3RC: Option[String] = Some("3.3.1-RC4")
val scala3RC: Option[String] = Some("3.3.1-RC5")
val sbtScala = "2.12.17"
val ammonite212Version = "2.12.18"
val ammonite213Version = "2.13.11"
Expand Down

0 comments on commit 5a94898

Please sign in to comment.