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.
2 parents 86e001e + 7dd6daf commit cf9d508Copy full SHA for cf9d508
build.sbt
@@ -440,7 +440,7 @@ lazy val compiler = configureAsSubproject(project)
440
),
441
// Generate the ScriptEngineFactory service definition. The Ant build does this when building
442
// the JAR but sbt has no support for it and it is easier to do as a resource generator:
443
- generateServiceProviderResources("javax.script.ScriptEngineFactory" -> "scala.tools.nsc.interpreter.Scripted$Factory"),
+ generateServiceProviderResources("javax.script.ScriptEngineFactory" -> "scala.tools.nsc.interpreter.shell.Scripted$Factory"),
444
managedResourceDirectories in Compile := Seq((resourceManaged in Compile).value),
445
fixPom(
446
"/project/name" -> <name>Scala Compiler</name>,
0 commit comments