Closed maximepvrt closed 9 years ago
Thanks, but your module is empty when it's downloaded from maven :smile:
@maximepvrt That sounds fairly weird. If you explicitly depend on the dsl and testing modules you should be fine.
After unzipped your http://search.maven.org/remotecontent?filepath=com/websudos/reactiveneo_2.10/0.3.0/reactiveneo_2.10-0.3.0.jar, there is just the MANIFEST.MF file
You should depend only on the submodules:
libraryDependencies ++= Seq(
"com.websudos" %% "reactiveneo-dsl" % "0.3.0",
"com.websudos" %% "reactiveneo-testing" % "0.3.0",
)
thanks you so much !
@maximepvrt We will publish to Maven Central very shortly, starting with today even. I will let you know as soon as it's live.