sbt / sbt-onejar

Packages your project using One-JAR™
MIT License
268 stars 45 forks source link

No Support for Scala 2.11 for this plugin #33

Open comprakash opened 7 years ago

comprakash commented 7 years ago

I tried adding the plugin but every time it was marked as "Unknown Artifact" in Intellij. Hence the one-jar command never worked.

I checked the default resolvers in SBT, and in the below link, the Scala 2.11 or 2.12 folders are not present. Hence the plugin does not work. Link - https://dl.bintray.com/sbt/sbt-plugin-releases/org.scala-sbt.plugins/sbt-onejar/ Contents - scala_2.10/ scala_2.9.2/

Could you please add support for at least 2.11. Thanks.