From cc4e796519225c0bb3c79f55c05be61ae5ad6580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:39:17 +0000 Subject: [PATCH] Update dependency com.typesafe:sbt-mima-plugin to v1.1.4 --- 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 136e1cdd..025a40ad 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.6"