lifty

Lifty | unresolved dependency: org.lifty#lifty;1.7.4: not found

北慕城南 提交于 2019-12-24 06:42:59
问题 I'm trying to add in plugins/build.sbt: resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns) addSbtPlugin("org.lifty" % "lifty" % "1.7.4") and then I get: Exception: unresolved dependency: org.lifty#lifty;1.7.4: not found Any ideas how to fix it ? I'm doing as it says on http://lifty.github.com/Installing+The+Plugin.html 回答1: Lifty has not (yet) released an sbt-0.11.3 binary. (You can see

Lifty and SBT 0.12

£可爱£侵袭症+ 提交于 2019-12-20 04:55:19
问题 I'm new to using SBT, and I'm trying to install and configure Lifty, however when I try to run sbt, I get the following error: [error] (*:update) sbt.ResolveException: unresolved dependency: org.lifty#lifty;1.7.4: not found As per the Installing the Plugin instructions for Lifty, my ~/.sbt/plugins/build.sbt file looks like: resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns) addSbtPlugin(

Lifty and SBT 0.12

﹥>﹥吖頭↗ 提交于 2019-12-02 06:58:02
I'm new to using SBT, and I'm trying to install and configure Lifty , however when I try to run sbt, I get the following error: [error] (*:update) sbt.ResolveException: unresolved dependency: org.lifty#lifty;1.7.4: not found As per the Installing the Plugin instructions for Lifty, my ~/.sbt/plugins/build.sbt file looks like: resolvers += Resolver.url("sbt-plugin-releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns) addSbtPlugin("org.lifty" % "lifty" % "1.7.4") And my ~/.sbt/build.sbt file includes the line: seq( Lifty