We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769bf21 commit af135dcCopy full SHA for af135dc
project/plugins.sbt
@@ -5,6 +5,6 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
5
addSbtPlugin("io.github.sbt-doctest" % "sbt-doctest" % "0.11.0")
6
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
7
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
8
-addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
+addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
9
10
libraryDependencySchemes += "com.lihaoyi" %% "geny" % VersionScheme.Always
0 commit comments