Skip to content

Commit 9ee4d42

Browse files
XenonAbemkurz
authored andcommitted
Upgrade to CoffeeScript 2.5.1
1 parent ba449eb commit 9ee4d42

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ developers += Developer(
1414
addSbtJsEngine("1.3.5")
1515

1616
libraryDependencies ++= Seq(
17-
"org.webjars.npm" % "coffeescript" % "1.11.0",
17+
"org.webjars.npm" % "coffeescript" % "2.5.1",
1818
"org.webjars" % "mkdirp" % "0.5.0"
1919
)
2020

src/sbt-test/sbt-coffeescript-plugin/coffee/build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ checkMapFileContents := {
1212
| "a.coffee"
1313
| ],
1414
| "names": [],
15-
| "mappings": "AAAA;AAAA,MAAA;;EAAA,MAAA,GAAW;;EACX,QAAA,GAAW;AADX"
15+
| "mappings": "AAAA;AAAA,MAAA,MAAA,EAAA;;EAAA,MAAA,GAAW;;EACX,QAAA,GAAW;AADX",
16+
| "sourcesContent": [
17+
| "number = 42\nopposite = true\n"
18+
| ]
1619
|}""".stripMargin) {
1720
sys.error(s"Unexpected contents: $contents")
1821
}

0 commit comments

Comments
 (0)