From 04aaf96014f27f5e8bb9fb69c055de7921eb5b00 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:20:06 +0000 Subject: [PATCH 1/2] sbt-mima-plugin 1.1.4 (was 1.1.3) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9347847..a2fb875 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") From a6e5f963938bff0233c9ae0e67766ff4917fb995 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Aug 2024 01:20:27 +0000 Subject: [PATCH 2/2] slf4j-api 2.0.16 (was 2.0.13) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d5070a4..4922b31 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -20,7 +20,7 @@ object Dependencies { } } - val slf4jVersion = "2.0.13" + val slf4jVersion = "2.0.16" val slf4j = "org.slf4j" % "slf4j-api" % slf4jVersion val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion }