Skip to content

Commit

Permalink
Remove common dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Jul 1, 2023
1 parent 502d8e9 commit 0ede0ac
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,3 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")

addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")

addSbtPlugin(
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.0"
)

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2")

addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "9.2.1")

0 comments on commit 0ede0ac

Please sign in to comment.