Skip to content

Commit

Permalink
Fix #564 Update RhinoCoffeeScript from 1.9.2 to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Aug 13, 2015
1 parent b6b51cd commit c2ea1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
Update jQuery Validation from 1.13.1 to 1.14.0
* `#560 <https://github.com/xitrum-framework/xitrum/issues/560>`_
Update sockjs-client from 1.0.0 to 1.0.2
* `#564 <https://github.com/xitrum-framework/xitrum/issues/564>`_
Update RhinoCoffeeScript from 1.9.2 to 1.9.3

3.24.0:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ libraryDependencies += "tv.cntt" %% "scaposer" % "1.6"
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4"

// For compiling CoffeeScript to JavaScript
libraryDependencies += "tv.cntt" % "rhinocoffeescript" % "1.9.2"
libraryDependencies += "tv.cntt" % "rhinocoffeescript" % "1.9.3"

// For metrics
libraryDependencies += "nl.grons" %% "metrics-scala" % "3.5.1_a2.3"
Expand Down

0 comments on commit c2ea1a4

Please sign in to comment.