From 16b05dbdfe310fcc33f1d3e9fec510d871f29e47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 02:43:55 +0000 Subject: [PATCH] Update dependency com.typesafe:sbt-mima-plugin to v1.1.4 (#433) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- zio-sbt-ecosystem/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zio-sbt-ecosystem/build.sbt b/zio-sbt-ecosystem/build.sbt index 45a5212e..696c94bc 100644 --- a/zio-sbt-ecosystem/build.sbt +++ b/zio-sbt-ecosystem/build.sbt @@ -27,7 +27,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0") // Binary Compatibility Plugin -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.7" libraryDependencies += "dev.zio" %% "zio" % "2.1.14"