Skip to content

Commit a3c2514

Browse files
Merge branch 'master' into update/scala-library-2.13.16
2 parents 47eeb6d + a60f815 commit a3c2514

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

project/plugins.sbt

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
2-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
2+
3+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
4+
35
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
6+
47
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
8+
59
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
10+
611
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
12+
713
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
814

915
libraryDependencies ++= List(

0 commit comments

Comments
 (0)