Fork compiler-project/run-test

This commit is contained in:
Eugene Yokota 2026-07-17 18:39:43 -04:00
parent 31d4e111fa
commit 6482b64eae
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ libraryDependencies ++= Seq(
"commons-io" % "commons-io" % "2.5" % Runtime,
)
libraryDependencies += scalaVersion("org.scala-lang" % "scala-compiler" % _ ).value
Test / fork := true