diff --git a/test-project/project/build.properties b/test-project/project/build.properties new file mode 100644 index 0000000..748703f --- /dev/null +++ b/test-project/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.13.7 diff --git a/test-project/project/plugins.sbt b/test-project/project/plugins.sbt new file mode 100644 index 0000000..faaaf79 --- /dev/null +++ b/test-project/project/plugins.sbt @@ -0,0 +1,6 @@ + +val location = file("..").toURI + +val sbtGit = RootProject(location) + +val root = project.in(file(".")).dependsOn(sbtGit)