Skip to content

Commit 3d6c4dd

Browse files
committed
chore: Add spaces for better conflict resolution
1 parent d24b6fa commit 3d6c4dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

project/plugins.sbt

+5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
22

33
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
4+
45
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
6+
57
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
8+
69
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
10+
711
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
12+
813
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
914

1015
libraryDependencies ++= List(

0 commit comments

Comments
 (0)