From 62e89d62389a44278f12d5b704a9e42de953127a Mon Sep 17 00:00:00 2001 From: 47erbot Date: Fri, 25 Oct 2024 07:23:15 +0200 Subject: [PATCH] Update sbt-mu-srcgen to 0.33.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 02f63a4..e1454eb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ resolvers += Resolver.sonatypeRepo("snapshots") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") -addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.32.1") +addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.33.0")