Skip to content

Commit

Permalink
Merge pull request #748 from scala-steward/update/scribe-3.0.3
Browse files Browse the repository at this point in the history
Update scribe to 3.0.3
  • Loading branch information
mergify[bot] authored Nov 11, 2020
2 parents f29c4aa + 8105ac0 commit 15db134
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 @@ -742,7 +742,7 @@ lazy val scribeBackend = (projectMatrix in file("logging/scribe"))
.settings(
name := "scribe-backend",
libraryDependencies ++= Seq(
"com.outr" %%% "scribe" % "3.0.0"
"com.outr" %%% "scribe" % "3.0.3"
),
scalaTest
)
Expand Down

0 comments on commit 15db134

Please sign in to comment.