Skip to content

Commit

Permalink
Update scribe, scribe-slf4j to 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2023
1 parent 8510dfd commit bc116cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lazy val jsoniterVersion = "2.13.31"
lazy val akkaVersion = "2.6.19"
lazy val shapelessVersion = "2.3.10"
lazy val http4sVersion = "0.23.23"
lazy val scribeVersion = "3.12.2"
lazy val scribeVersion = "3.13.0"
lazy val fs2Version = "3.8.0"

lazy val shared = crossProject(JSPlatform, JVMPlatform)
Expand Down Expand Up @@ -137,7 +137,7 @@ lazy val core = project
"io.github.pityka" %% "selfpackage" % "2.0.0",
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
"com.outr" %% "scribe" % scribeVersion,
"com.outr" %% "scribe-slf4j" % "3.12.2",
"com.outr" %% "scribe-slf4j" % "3.13.0",
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % "compile-internal",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % "test"
Expand Down

0 comments on commit bc116cc

Please sign in to comment.