Open SrTobi opened 8 years ago
Hi, I had a similar problem, and I managed to make it work with sbt 0.13.11.
I defined the plugin repository slightly differently, as described in the sbt documentation.
Also, it seems that slickSettings
is inside the Slick2D
object.
So sbt loaded the project without errors with this configuration:
project/plugins.sbt
lazy val root = (project in file(".")).dependsOn(lwjglPlugin)
lazy val lwjglPlugin = uri("git://github.com/philcali/sbt-lwjgl-plugin")
build.sbt
seq(Slick2D.slickSettings: _*)
But I still got an error "Host slick.cokeandcode.com not found" when it tried to compile it.
Hi,
I want to use Slick2D with sbt 0.13.8. I followed the readme as well as the wiki. But I always get the following error:
I thought the problem would be the version of sbt (0.13.8). So I tried the solution from #37. But that doesn't change anything.
build.sbt:
project/plugins.sbt:
project/build.properties:
project/project/Plugin.scala