From 128ddb071394c3291ecdf4b1240b75bdd9634446 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Oct 2023 16:24:36 +0000 Subject: [PATCH] Update sbt-scala3-migrate to 0.6.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 266886ad..e40e3a97 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11" -addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.5.1") \ No newline at end of file +addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.6.2") \ No newline at end of file