mirror of https://github.com/sbt/sbt.git
Fork compiler-project/run-test
This commit is contained in:
parent
31d4e111fa
commit
6482b64eae
|
|
@ -6,3 +6,5 @@ libraryDependencies ++= Seq(
|
||||||
"commons-io" % "commons-io" % "2.5" % Runtime,
|
"commons-io" % "commons-io" % "2.5" % Runtime,
|
||||||
)
|
)
|
||||||
libraryDependencies += scalaVersion("org.scala-lang" % "scala-compiler" % _ ).value
|
libraryDependencies += scalaVersion("org.scala-lang" % "scala-compiler" % _ ).value
|
||||||
|
|
||||||
|
Test / fork := true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue