We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fc68c commit 2696f18Copy full SHA for 2696f18
project/Dependencies.scala
@@ -10,7 +10,7 @@ object Dependencies {
10
11
val asm = "org.ow2.asm" % "asm" % asmVersion
12
val asmUtil = "org.ow2.asm" % "asm-util" % asmVersion
13
- val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % "0.34.0+8"
+ val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % "0.34.0+9"
14
15
def scalaCompiler(scalaVersion: String): ModuleID = {
16
CrossVersion.partialVersion(scalaVersion) match {
0 commit comments