Skip to content

Commit 31db2c2

Browse files
committed
Update libraries
sbt-web-build-base 2.0.2 (was 1.2.3) sbt-js-engine 1.3.4 (was 1.2.3) sbt-github-packages 0.5.3 (was 0.5.2)
1 parent 19647a1 commit 31db2c2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.12.18"
66
lazy val root = (project in file("."))
77
.enablePlugins(SbtPlugin)
88
.settings(
9-
addSbtJsEngine("1.2.3"),
9+
addSbtJsEngine("1.3.4"),
1010
libraryDependencies ++= Seq(
1111
"org.webjars.npm" % "coffeescript" % "2.5.1",
1212
"org.webjars" % "mkdirp" % "0.5.0"

project/plugins.sbt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-web-build-base" % "1.2.3")
1+
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")
26

3-
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.2")

0 commit comments

Comments
 (0)