Skip to content

Commit

Permalink
Update scribe to 3.15.1 (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Oct 20, 2024
1 parent 5f86697 commit 2b0f180
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 @@ -1014,7 +1014,7 @@ lazy val scribeBackend = (projectMatrix in file("logging/scribe"))
.settings(
name := "scribe-backend",
libraryDependencies ++= Seq(
"com.outr" %%% "scribe" % "3.15.0"
"com.outr" %%% "scribe" % "3.15.1"
),
scalaTest
)
Expand Down

0 comments on commit 2b0f180

Please sign in to comment.