choucrifahed / sbt-elm

Scala Build Tool (SBT) plugin for the Elm programming language
MIT License
42 stars 4 forks source link

Plugin no longer accessible. #24

Closed inql closed 4 years ago

inql commented 4 years ago

Hello, Is that project dead? I've tried to add it to my Play project several ways but the mvn repository seems not to be accessible. This works only in example project, but it uses relative source to make it work. I've tried it on my own but got some problem with sbt-buildinfo package (unresolved dependencies).

Any help would be appreciated. Thanks.

inql commented 4 years ago

Short update. After trying to add this plugin using this way:

lazy val root = project.in(file(".")).dependsOn(sbtElm)
lazy val sbtElm = uri("https://github.com/choucrifahed/sbt-elm.git")

I've got this: (*:update) sbt.ResolveException: unresolved dependency: com.eed3si9n#sbt-buildinfo;0.9.0: not found

inql commented 4 years ago

Made it work by changing sbt version to 1.30 in build.properties and adding bintray repository. Closing as not an issue.