You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.sbt
+9-3
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ lazy val instanceSettings = Seq[Setting[_]](
117
117
Quiet.silenceScalaBinaryVersionWarning
118
118
)
119
119
120
-
// be careful with using this instance, as it may cause performance problems (e.g., MetaSpace exhaustion)r
120
+
// be careful with using this instance, as it may cause performance problems (e.g., MetaSpace exhaustion)
121
121
lazyvalquickInstanceSettings=Seq[Setting[_]](
122
122
organization :="org.scala-lang",
123
123
// we don't cross build Scala itself
@@ -129,8 +129,14 @@ lazy val quickInstanceSettings = Seq[Setting[_]](
129
129
scalaInstance := {
130
130
// TODO: express in terms of distDependencies?
131
131
valcpElems:Seq[java.io.File] = (fullClasspath in Compile in replFrontend).value.map(_.data) ++ (fullClasspath in Compile in scaladoc).value.map(_.data)
0 commit comments