We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402b2df commit 50c44a2Copy full SHA for 50c44a2
project/plugins.sbt
@@ -4,16 +4,16 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
4
5
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
6
7
-addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
+addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
8
9
// updates
10
11
-addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.1")
+addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")
12
13
addSbtPlugin("com.github.fedragon" % "sbt-todolist" % "0.7")
14
15
// Release
16
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12")
17
18
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
19
0 commit comments