libraryDependencies += "org.sedis" %% "sedis" % "1.0.1"
But sedis is not present on repo2.maven.org or typesafe repo... weird...
you can also check it out from github and build locally.
--To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/su8P1md1I_oJ.
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(
resolvers += "Sedis repository" at "http://guice-maven.googlecode.com/svn/trunk"
)
To post to this group, send email to play-framework@googlegroups.com.
To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com.