blocking-slick
blocking-slick copied to clipboard
[QUESTION] - How to include latest version in application?
trafficstars
I've tried various ways to add latest version of this library but didn't have any success. Please suggest how to include latest version.
Ways I tried
"com.github.takezoe" %% "blocking-slick-33" % "0.0.14"
"com.github.takezoe" %% "blocking-slick-33" % "0.0.14-SNAPSHOT"
"com.github.takezoe" %% "blocking-slick-34" % "0.0.14"
"com.github.takezoe" %% "blocking-slick-34" % "0.0.14-SNAPSHOT"
Sorry, I haven't noticed this issue for long time. 0.0.14 hadn't been published when you created this issue. Now it's published available with the following line:
"com.github.takezoe" %% "blocking-slick" % "0.0.14"