Skip to content

Commit

Permalink
Update version and copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
richdougherty committed Oct 15, 2017
1 parent 4d6e4c1 commit 99d0238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ An SBT plugin to perform [RequireJs optimization](http://requirejs.org/docs/opti

To use this plugin use the addSbtPlugin command within your project's `plugins.sbt` file:

addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.9")
addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.10")

Your project's build file also needs to enable sbt-web plugins. For example with build.sbt:

Expand Down Expand Up @@ -97,4 +97,4 @@ modules += JS.Object("name" -> "foo/bar/bip", "exclude" -> Seq("foo/bar/bop"))

The plugin is built on top of [JavaScript Engine](https://github.com/typesafehub/js-engine) which supports different JavaScript runtimes.

© Typesafe Inc., 2014
© 2014-2017 [Lightbend Inc.](https://www.lightbend.com)

0 comments on commit 99d0238

Please sign in to comment.