Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 12, 2024
1 parent 9173aea commit 7cfe408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 7cfe408

Please sign in to comment.