From dae2049a54601a80416e4d420c58f9d6b00acac2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Mar 2023 01:08:14 +0000 Subject: [PATCH] Update jcl-over-slf4j, slf4j-api to 2.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e6b4ed0..daab9de 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys.{crossScalaVersions, scalacOptions} val playJsonVersion = "2.9.4" val playVersion = "2.7.3" // test only val playWsVersion = "2.1.10" -val slf4jVersion = "2.0.6" +val slf4jVersion = "2.0.7" val logbackVersion = "1.4.6" val specs2Version = "4.19.2" val dockerTestkitVersion = "0.11.0"