From 7cfe408cc9ff918aaf6bd3cc77f79237f47ce109 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 12 Jan 2024 22:57:23 +0100 Subject: [PATCH] Update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e41ec22..cb30da5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An SBT plugin to compile [CoffeeScript](http://coffeescript.org/) sources to Jav To use this plugin use the addSbtPlugin command within your `project/plugins.sbt` file: - addSbtPlugin("com.github.sbt" % "sbt-coffeescript" % "1.11.0") + addSbtPlugin("com.github.sbt" % "sbt-coffeescript" % "2.0.0") Your project's build file also needs to enable sbt-web plugins. For example with build.sbt: