blocking-slick icon indicating copy to clipboard operation
blocking-slick copied to clipboard

[QUESTION] - How to include latest version in application?

Open sujit-baniya opened this issue 2 years ago • 1 comments
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"

sujit-baniya avatar Mar 22 '23 08:03 sujit-baniya

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"

takezoe avatar Jul 20 '23 15:07 takezoe