Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ammonite to support Scala 2.12.13 #2530

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,8 @@ lazy val V = new {
val scala210 = "2.10.7"
val scala211 = "2.11.12"
val sbtScala = "2.12.10"
// TODO https://github.com/scalameta/metals/issues/2392
val ammonite212Version = "2.12.12"
val scala212 = "2.12.13"
val ammonite212Version = scala212
val scala213 = "2.13.4"
val scalameta = "4.4.9"
val semanticdb = scalameta
Expand Down Expand Up @@ -231,7 +230,7 @@ lazy val V = new {
def dap4j = "org.eclipse.lsp4j" % "org.eclipse.lsp4j.debug" % lsp4jV
val coursierInterfaces = "1.0.2"
val coursier = "2.0.11"
val ammonite = "2.3.8-4-88785969"
val ammonite = "2.3.8-36-1cce53f3"
val mill = "0.9.3"
val organizeImportRule = "0.4.4"
}
Expand Down