Skip to content

Commit

Permalink
clean up sbt plugins conf
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Jun 11, 2023
1 parent 5f43c52 commit 920218e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
resolvers += Resolver.sonatypeRepo("snapshots")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.11.0"
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.3")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")

0 comments on commit 920218e

Please sign in to comment.