Skip to content

Commit 31828a8

Browse files
committed
remove settings.usejavacp, so that running from sbt works
1 parent 7191c01 commit 31828a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scala/ScalaSshShell.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ class ScalaSshShell(port: Int, name:
129129
val il = new scala.tools.nsc.interpreter.SshILoop(None, pw)
130130
il.setPrompt(name + "> ")
131131
il.settings = new scala.tools.nsc.Settings()
132-
il.settings.usejavacp.value = true
133132
il.settings.embeddedDefaults(
134133
Thread.currentThread.getContextClassLoader)
135134
il.settings.classpath.value =

0 commit comments

Comments
 (0)