Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 2, 2013
1 parent 26c16a1 commit 76ab225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For a quick overview, [see this screencast](http://www.screenr.com/EIus)

If you are using sbt 0.12.* or 0.13.* add the following to your `project/plugins.sbt` file

addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.2")
addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3")

resolvers ++= Seq(
Classpaths.sbtPluginReleases,
Expand Down

4 comments on commit 76ab225

@Blaisorblade
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where's 0.1.3 for SBT 0.12?

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: me.lessis#ls-sbt;0.1.3: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
[warn]      me.lessis:ls-sbt:0.1.3 (sbtVersion=0.12, scalaVersion=2.9.2)

I did install the extra repositories, so switching to 0.1.2 fixes my problem.

@softprops
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.1.3 targets sbt 0.13.* versions of sbt to fix some dispatch conflict issues with other plugins found when migrating to 0.13. Here are the release notes https://github.com/softprops/ls/blob/master/plugin/notes/0.1.3.markdown

@Blaisorblade
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, but then shouldn't the instructions be fixed? They suggest 0.1.3 also for SBT 0.12.

@softprops
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

Please sign in to comment.