From f7c06735295d150d503eb85e24dfdc7b2bec6570 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 10 Nov 2023 05:30:55 +0000 Subject: [PATCH] Update sbt-mu-srcgen to 0.31.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4275e7c..6ee5e7c 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.0") -addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.31.0") +addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.31.1")