Skip to content

Commit

Permalink
Merge pull request #2025 from softwaremill/update/scribe-3.13.0
Browse files Browse the repository at this point in the history
Update scribe to 3.13.0
  • Loading branch information
mergify[bot] authored Dec 6, 2023
2 parents b3d229b + 191d825 commit 984a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ lazy val scribeBackend = (projectMatrix in file("logging/scribe"))
.settings(
name := "scribe-backend",
libraryDependencies ++= Seq(
"com.outr" %%% "scribe" % "3.12.2"
"com.outr" %%% "scribe" % "3.13.0"
),
scalaTest
)
Expand Down

0 comments on commit 984a914

Please sign in to comment.