Skip to content

Commit

Permalink
0.1.8 was botched\!. thanks to my BFF IVY
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Feb 23, 2012
1 parent 0e9810d commit bfe8cf8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ a friendly css companion for [coffeescripted-sbt][coffeescript]

In your plugin definition, add

addSbtPlugin("me.lessis" % "less-sbt" % "0.1.8")
addSbtPlugin("me.lessis" % "less-sbt" % "0.1.9")

If you have not already added the sbt community plugin resolver, to this here as well with

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -5,7 +5,7 @@ organization := "me.lessis"
name := "less-sbt"

version <<= sbtVersion(v =>
if(v.startsWith("0.11")) "0.1.8"
if(v.startsWith("0.11")) "0.1.9"
else error("unsupported sbt version %s" format v)
)

Expand Down
File renamed without changes.
26 changes: 26 additions & 0 deletions src/main/ls/0.1.9.json
@@ -0,0 +1,26 @@

{
"organization":"me.lessis",
"name":"less-sbt",
"version":"0.1.9",
"description":"Sbt plugin for compiling Less CSS sources",
"site":"https://github.com/softprops/less-sbt",
"tags":["sbt","less"],
"docs":"",
"licenses": [{
"name": "MIT",
"url": "https://github.com/softprops/less-sbt/blob/0.1.8/LICENSE"
}],
"resolvers": ["http://scala-tools.org/repo-releases"],
"dependencies": [{
"organization":"org.mozilla",
"name": "rhino",
"version": "1.7R3"
},{
"organization":"org.scala-tools.sbt",
"name": "scripted-sbt_2.9.1",
"version": "0.11.2"
}],
"scalas": ["2.9.1"],
"sbt": true
}

0 comments on commit bfe8cf8

Please sign in to comment.