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 19647a1 commit 31db2c2Copy full SHA for 31db2c2
build.sbt
@@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.12.18"
6
lazy val root = (project in file("."))
7
.enablePlugins(SbtPlugin)
8
.settings(
9
- addSbtJsEngine("1.2.3"),
+ addSbtJsEngine("1.3.4"),
10
libraryDependencies ++= Seq(
11
"org.webjars.npm" % "coffeescript" % "2.5.1",
12
"org.webjars" % "mkdirp" % "0.5.0"
project/plugins.sbt
@@ -1,3 +1,6 @@
1
-addSbtPlugin("com.typesafe.sbt" % "sbt-web-build-base" % "1.2.3")
+addSbtPlugin("com.github.sbt" % "sbt-web-build-base" % "2.0.2")
2
+
3
+addSbtPlugin("com.github.sbt" % "sbt-js-engine" % "1.3.4")
4
5
+addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
-addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.2")
0 commit comments