Skip to content

Commit 8872da9

Browse files
authored
Merge branch 'main' into update/collections-1.4.9
2 parents 00a34c9 + 8044135 commit 8872da9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

project/plugins.sbt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0-RC5")
22
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
4-
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
4+
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.6")
55
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")
66
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
77
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "3.1.1")
88
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)