Skip to content

Commit 097a67c

Browse files
committed
Comments in plugins.sbt
1 parent fec081a commit 097a67c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// scala-js
21
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
32
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
43

@@ -7,4 +6,5 @@ addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37")
76
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")
87
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
98

9+
// for reading npmDependencies from package.json
1010
libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "2.0.0")

0 commit comments

Comments
 (0)