Giter VIP home page Giter VIP logo

Comments (3)

orrsella avatar orrsella commented on June 29, 2024

The plugin is published to Maven Central, so it shouldn't require any special resolver.

It's also published to OSS Sonatype, so you can check it also if you want you (but again, this shouldn't be required). You can add the resolver by adding to your plugins.sbt file:

resolvers += "Sonatype snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/"

What version os sbt/Scala are you using? As stated in the readme file, the plugin supports sbt 0.12.x and Scala 2.9.x, 2.10.

from sbt-sublime.

moreindirection avatar moreindirection commented on June 29, 2024

Oh I see. I'm using SBT 0.11.3. I can't use 0.12 until Play 2.1 comes out. Thanks for the quick answer!

from sbt-sublime.

orrsella avatar orrsella commented on June 29, 2024

I just checked, and the plugin works with 0.11.3 just fine. I don't want to publish it for this version tho, because then I'd have to support it in future versions and I don't want the added overhead (not sure if it'll require features that 0.11.3 doesn't have, but I don't want to limit myself).

Having said that, you can pretty easily clone it and publish locally for your own use with 0.11.3. As I said, my quick tests show it works fine. If you want to do this, just do the following:

  1. $ git clone https://github.com/orrsella/sbt-sublime.git
  2. Change sbt-sublime's project/build.properties version to 0.11.3
  3. Change sbt-sublime's build.sbt version to "1.0.3-SNAPSHOT" (the added SNAPSHOT is important)
  4. $ sbt publish-local for the sbt-sublime project
  5. Add to your own project/plugins.sbt (not the cloned sbt-sublime): addSbtPlugin("com.orrsella" % "sbt-sublime" % "1.0.3-SNAPSHOT")
  6. Start sbt in your own project, and try to use the gen-sublime command

Let me know if you have any problems.

from sbt-sublime.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.