Hi Alexey, I am trying to use literator but I cannot seem to get the sbt plugin to work. I have tried adding addSbtPlugin("laughedelic" % "literator" % "0.7.0") to my project/plugins.sbt file but it doesn't seem to work. I have even tried adding the resolver from bintray but I'm not all that experienced in sbt. Any pointers?
Alexey Alekhin
@laughedelic
Hi @jackkoenig! Can you show me your project/plugins.sbt? Also, what do you do after you add that line?
I remember adding the plugin to some centralised bintray repository, but probably it doesn't work and this resolver still needs to be added. I'll check it tomorrow.
Jack Koenig
@jackkoenig
Haha how embarrassing. Anyway you are right that it doesn't work even with the typo fixed. Thank you very much for your help!
Alexey Alekhin
@laughedelic
hey @jackkoenig. sorry, I didn't have much time today to check it. I'm trying now and cannot reproduce it. I clean my ivy cache, create an empty project with this plugin and it resolves fine.
which version of sbt do you use by the way?
also it's strange that in the error message that you mentioned, it tries to find version 0.6.0 of the plugin
Jack Koenig
@jackkoenig
Hi @laughedelic, no worries, don't spend too much time on me. I'm sure I'm just doing something stupid
I have sbt.version=0.13.11 in my project/build.properties file
Jack Koenig
@jackkoenig
Using resolvers += Resolver.bintrayRepo("laughedelic", "sbt-plugins") it seems to look in:
it just seems to be strangely adding Scala and sbt versions to the literator part
Alexey Alekhin
@laughedelic
ok @jackkoenig sorry for not responding. I finally got time to wipe ivy cache completely and now I can reproduce the problem. I'll take a look tomorrow why it's hapenning. thanks for reporting this!
Alexey Alekhin
@laughedelic
hi @jackkoenig. I figured out that the version 0.7.0 is not accessible, so I just published version 0.7.1 which should resolve without any additional settings, just add this to your project/plugins.sbt: