From d1c3f38fd4531076447c85fc2e34894f6e34e1bb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 21 Feb 2021 19:27:43 +0000 Subject: [PATCH] Update dependency io.kamon:sbt-kanela-runner to v2.0.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e062ee84..bf8efead 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ logLevel := Level.Warn addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.13") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") -addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.8") +addSbtPlugin("io.kamon" % "sbt-kanela-runner" % "2.0.9") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25")