mirror of https://github.com/sbt/sbt.git
fix dependency-management/scala-home
This commit is contained in:
parent
5c5cf1ad6a
commit
de9e68da52
|
|
@ -1,3 +1,5 @@
|
|||
import sbt.internal.librarymanagement.syntax._
|
||||
|
||||
scalaHome := Some(baseDirectory.value / "home")
|
||||
|
||||
val checkUpdate = taskKey[Unit]("Ensures that resolved Scala artifacts are replaced with ones from the configured Scala home directory")
|
||||
|
|
|
|||
Loading…
Reference in New Issue