Skip to content

Commit

Permalink
Merge pull request #28 from mkurz/update_version_readme
Browse files Browse the repository at this point in the history
Use same version for next release like coffescript
  • Loading branch information
mkurz authored Jan 12, 2024
2 parents 336f87e + b63c239 commit b19806c
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" % "2.0.0")
addSbtPlugin("com.github.sbt" % "sbt-coffeescript" % "1.11.0")

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

Expand Down

0 comments on commit b19806c

Please sign in to comment.