Skip to content

Commit 1d011aa

Browse files
Merge branch 'master' into update/sbt-assembly-2.3.0
2 parents 2e5104f + b8e3a73 commit 1d011aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
22
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
3-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
3+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
44
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
66
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
7-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
7+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
88

99
libraryDependencies ++= List(
1010
"io.github.bonigarcia" % "webdrivermanager" % "5.9.2",

0 commit comments

Comments
 (0)