Skip to content

Commit

Permalink
add Scala 2.13.13 and 2.12.19; Metals 1.2.2 (was .0)
Browse files Browse the repository at this point in the history
fixup
  • Loading branch information
SethTisue committed Feb 26, 2024
1 parent 57943c6 commit 5a0091b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ object ScalaVersions {
case _ =>
List(
BuildInfo.latest213,
"2.13.12",
"2.13.11",
"2.13.10",
"2.13.9",
Expand All @@ -50,6 +51,7 @@ object ScalaVersions {
"2.13.1",
"2.13.0",
BuildInfo.latest212,
"2.12.18",
"2.12.17",
"2.12.16",
"2.12.15",
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ lazy val metalsRunner = project
maintainer := "scalacenter",
scalaVersion := ScalaVersions.stableLTS,
libraryDependencies ++= Seq(
"org.scalameta" % "metals" % "1.2.0" cross (CrossVersion.for3Use2_13),
"org.scalameta" % "metals" % "1.2.2" cross (CrossVersion.for3Use2_13),
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.21.1",
"org.http4s" %% "http4s-ember-server" % "0.23.24",
"org.http4s" %% "http4s-ember-client" % "0.23.24",
Expand Down
4 changes: 2 additions & 2 deletions project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ object SbtShared {
object ScalaVersions {
val latest210 = "2.10.7"
val latest211 = "2.11.12"
val latest212 = "2.12.18"
val latest213 = "2.13.12"
val latest212 = "2.12.19"
val latest213 = "2.13.13"
val old3 = "3.0.2"
val stableLTS = "3.3.2"
val stableNext = "3.4.0"
Expand Down

0 comments on commit 5a0091b

Please sign in to comment.