Skip to content

Commit 18512b0

Browse files
authored
Merge pull request #979 from scala-steward/update/slf4j-api-2.0.1
Update slf4j-api from 2.0.0 to 2.0.1
2 parents aae6457 + e89df12 commit 18512b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object Dependencies {
3838
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
3939
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.13"
4040
val sentry = "io.sentry" % "sentry" % "6.4.1"
41-
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.0"
41+
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.1"
4242
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
4343
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.10"
4444
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.40.10"

0 commit comments

Comments
 (0)