Skip to content

Commit c2172a0

Browse files
committed
Remove explicit sbt-sonatype dependency
1 parent 258a5b0 commit c2172a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

project/plugins.sbt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18
99
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
1010
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
1111
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.13")
12-
13-
lazy val root = (project in file(".")).dependsOn(sonatypePlugin)
14-
15-
lazy val sonatypePlugin = RootProject(
16-
uri("git://github.com/steinybot/sbt-sonatype#5a0ace0551b5d58debbf4aae4a1b5f9b5d888ef1")
17-
)

0 commit comments

Comments
 (0)