From a7f4f1b7786a3be9e115801a1b9a4ddeafbc25dd Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 02:50:09 +0000 Subject: [PATCH] Update sbt-typelevel, sbt-typelevel-site to 0.4.16 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8c9c9761..87cabf3e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.5") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.15") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.15") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.16") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.16")