Fix project/isolated-build-definitions

This commit is contained in:
Eugene Yokota 2016-05-05 23:26:29 -04:00
parent a39295bdaf
commit 0eba0c35ca
1 changed files with 1 additions and 1 deletions

View File

@ -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",