From 9fe1bd46ad6a5c7604b89af69e38875f2f90b2f4 Mon Sep 17 00:00:00 2001 From: Chris Birchall Date: Wed, 11 May 2022 13:44:11 +0100 Subject: [PATCH] Bump sbt-mu-srcgen from snapshot to v0.29.0 (#1477) --- project/plugins.sbt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 67176e08e..e1643a499 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,7 +11,4 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.2" addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1") addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.3") - -// TODO update when sbt-mu-srcgen is released -resolvers += Resolver.sonatypeRepo("snapshots") -addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.28.0+42-f5b46f26-SNAPSHOT") +addSbtPlugin("io.higherkindness" % "sbt-mu-srcgen" % "0.29.0")