I have new library I write and when I publish locally I seeing this:
org.me#new_library_2.12;0.1.0-SNAPSHOT
in local ivy.
My question is why sbt is adding 2.12 to library name?
How I can add library to other Play service without adding 2.12 in build.sbt? It look not necessary.