Skip to content

Commit

Permalink
Update scribe to 3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 19, 2022
1 parent 1c0692e commit 2826564
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 @@ -10,7 +10,7 @@ buildInfoKeys := Seq[BuildInfoKey](version)
buildInfoPackage := "tscfg"

libraryDependencies ++= Seq(
"com.outr" %% "scribe" % "3.10.3",
"com.outr" %% "scribe" % "3.10.4",
"com.typesafe" % "config" % "1.4.2",
"com.lihaoyi" %% "pprint" % "0.8.0",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
Expand Down

0 comments on commit 2826564

Please sign in to comment.