From 99d0238b386137b94384b4b28790530e3a21ef88 Mon Sep 17 00:00:00 2001 From: Rich Dougherty Date: Mon, 16 Oct 2017 12:04:38 +1300 Subject: [PATCH] Update version and copyright notice --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ff31c..b9852f5 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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)