We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec081a commit 097a67cCopy full SHA for 097a67c
1 file changed
project/plugins.sbt
@@ -1,4 +1,3 @@
1
-// scala-js
2
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
3
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
4
@@ -7,4 +6,5 @@ addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37")
7
6
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")
8
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
9
+// for reading npmDependencies from package.json
10
libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "2.0.0")
0 commit comments