scaerospike
scaerospike copied to clipboard
Publish to maven repository
Are you publishing/are there plans to publish scaerospike to a maven repository? I hunted around, but couldn't find it published anywhere.
Thanks!
and remove tapad's maven repo from the project definition
+1 A workaround is cloning the code and publishing it to local repo.
git clone https://github.com/Tapad/scaerospike.git
cd scaerospike
sbt publish-local
Then add this dependency in the build.sbt:
"com.tapad.scaerospike" %% "scaerospike" % "1.2.2-SNAPSHOT"