From 856a2e6f4dc3e83721940ae701195f4510382cbd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Nov 2022 19:18:34 +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 1da95890..dbb0fbf2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -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")