We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276bfe8 commit fa03005Copy full SHA for fa03005
build.sbt
@@ -8,7 +8,7 @@ lazy val root = (project in file("."))
8
.settings(
9
addSbtJsEngine("1.2.3"),
10
libraryDependencies ++= Seq(
11
- "org.webjars.npm" % "coffeescript" % "2.3.2",
+ "org.webjars.npm" % "coffeescript" % "2.5.1",
12
"org.webjars" % "mkdirp" % "0.5.0"
13
),
14
scriptedLaunchOpts := { scriptedLaunchOpts.value ++
0 commit comments