File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.0-RC5" )
22addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.10.1" )
33addSbtPlugin(" 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 " )
55addSbtPlugin(" com.github.cb372" % " sbt-explicit-dependencies" % " 0.2.16" )
66addSbtPlugin(" io.github.davidgregory084" % " sbt-tpolecat" % " 0.1.16" )
77addSbtPlugin(" net.vonbuchholtz" % " sbt-dependency-check" % " 3.1.1" )
88addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.2.18" )
99addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.2" )
1010addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 1.0.0" )
1111addSbtPlugin(" 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- )
You can’t perform that action at this time.
0 commit comments