Skip to content

Commit 2696f18

Browse files
committed
Disable evaluate on hover
1 parent 09fc68c commit 2696f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010

1111
val asm = "org.ow2.asm" % "asm" % asmVersion
1212
val asmUtil = "org.ow2.asm" % "asm-util" % asmVersion
13-
val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % "0.34.0+8"
13+
val javaDebug = "ch.epfl.scala" % "com-microsoft-java-debug-core" % "0.34.0+9"
1414

1515
def scalaCompiler(scalaVersion: String): ModuleID = {
1616
CrossVersion.partialVersion(scalaVersion) match {

0 commit comments

Comments
 (0)