We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47eeb6d + a60f815 commit a3c2514Copy full SHA for a3c2514
project/plugins.sbt
@@ -1,9 +1,15 @@
1
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
2
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
+
3
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
4
5
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
6
7
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
8
9
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
10
11
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
12
13
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
14
15
libraryDependencies ++= List(
0 commit comments