You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In README you write: add the dependency in your build.sbt file: "com.actimust"% "play-spring-loader" % "1.0.0-SNAPSHOT"
while should be: add the dependency in your build.sbt file: "com.actimust"% "play-spring-loader" % "1.0.0"
because
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.actimust#play-spring-loader;1.0.0-SNAPSHOT: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
or please release version 1.0.1 because it seems that in 1.0.0 this PR #6 is not merged, because I got:
In README you write:
add the dependency in your build.sbt file: "com.actimust"% "play-spring-loader" % "1.0.0-SNAPSHOT"
while should be:
add the dependency in your build.sbt file: "com.actimust"% "play-spring-loader" % "1.0.0"
because
or please release version 1.0.1 because it seems that in 1.0.0 this PR #6 is not merged, because I got:
The text was updated successfully, but these errors were encountered: