Skip to content

Commit

Permalink
bump version and edit readme to use scala-sbt community repo
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Jul 21, 2012
1 parent f2faed6 commit d821ae3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,11 @@ At this stage the plugin shells out to node.js so it does require node.js to be
Adding the plugin: Adding the plugin:


```scala ```scala
addSbtPlugin("org.scalatra.requirejs" % "sbt-requirejs" % "0.0.1") resolvers += Resolver.url("sbt-plugin-releases",
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(
Resolver.ivyStylePatterns)

addSbtPlugin("org.scalatra.requirejs" % "sbt-requirejs" % "0.0.2")
``` ```


Using the plugin: Using the plugin:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -6,7 +6,7 @@ name := "sbt-requirejs"


organization := "org.scalatra.requirejs" organization := "org.scalatra.requirejs"


version := "0.0.2-SNAPSHOT" version := "0.0.3-SNAPSHOT"


libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"net.liftweb" %% "lift-json" % "2.4" "net.liftweb" %% "lift-json" % "2.4"
Expand Down

0 comments on commit d821ae3

Please sign in to comment.