We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b370241 commit ac7eb96Copy full SHA for ac7eb96
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
2
addSbtPlugin("com.novocode" % "sbt-ornate" % "0.6")
3
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
4
-addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
+addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
5
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.6")
6
7
ivyLoggingLevel in ThisBuild := UpdateLogging.Quiet
0 commit comments