mirror of https://github.com/sbt/sbt.git
Fix project/isolated-build-definitions
This commit is contained in:
parent
a39295bdaf
commit
0eba0c35ca
|
|
@ -1,4 +1,4 @@
|
|||
lazy val project = (sbt.project in file(".")).
|
||||
lazy val project = (sbt.syntax.project in file(".")).
|
||||
settings(
|
||||
name := "project",
|
||||
scalaVersion := "2.11.7",
|
||||
|
|
|
|||
Loading…
Reference in New Issue