Skip to content

Commit

Permalink
chore: Update code after fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Sep 27, 2024
1 parent b024532 commit d3eaaf0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ lazy val metals = project
) cross CrossVersion.full,
"org.scalameta" % "semanticdb-shared" % V.semanticdb(
scalaVersion.value
) cross CrossVersion.full,
),
// For starting Ammonite
"io.github.alexarchambault.ammonite" %% "ammonite-runner" % "0.4.0",
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ object MtagsResolver {
"2.13.8" -> "1.3.3",
"2.13.9" -> "1.3.3",
"2.13.10" -> "1.3.3",
"2.13.11" -> "1.3.5",
)

class Default extends MtagsResolver {
Expand Down
1 change: 0 additions & 1 deletion project/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ object V {
"2.12.18",
"2.12.17",
"2.12.16",
"2.13.11",
"2.13.12",
"2.13.13",
"2.13.14",
Expand Down

0 comments on commit d3eaaf0

Please sign in to comment.