From cac4bb38d440ae8f364ecbcdaceefe32bdc1edc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 08:02:37 +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 ee47bfa6..a910e8d4 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.8"