File tree Expand file tree Collapse file tree 4 files changed +16
-10
lines changed
Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 11// forked from sbt/sbt-coffeescript https://github.com/sbt/sbt-coffeescript
2- organization := " com.github.xenonabe"
3- name := " sbt-coffeescript2"
4- libraryDependencies ++= Seq (
5- " org.webjars.npm" % " coffeescript" % " 2.3.2" ,
6- " org.webjars" % " mkdirp" % " 0.5.0"
7- )
8- addSbtJsEngine(" 1.2.3" )
2+ ThisBuild / organization := " com.github.xenonabe"
3+ ThisBuild / name := " sbt-coffeescript2"
4+ ThisBuild / scalaVersion := " 2.12.13"
5+
6+ lazy val root = (project in file(" ." ))
7+ .enablePlugins(SbtPlugin )
8+ .settings(
9+ addSbtJsEngine(" 1.2.3" ),
10+ libraryDependencies ++= Seq (
11+ " org.webjars.npm" % " coffeescript" % " 2.3.2" ,
12+ " org.webjars" % " mkdirp" % " 0.5.0"
13+ )
14+ )
Original file line number Diff line number Diff line change 1- sbt.version =1.0.2
1+ sbt.version =1.2.8
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.typesafe.sbt" % " sbt-web-build-base" % " 1.2.0 " )
1+ addSbtPlugin(" com.typesafe.sbt" % " sbt-web-build-base" % " 1.2.3 " )
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 2.0.2-SNAPSHOT"
1+ ThisBuild / version := " 2.0.2-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments