Skip to content

Commit

Permalink
Update scribe to 3.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 23, 2023
1 parent 8d5a6b3 commit 6d81260
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.6",
"com.outr" %% "scribe" % "3.10.7",
"com.typesafe" % "config" % "1.4.2",
"com.lihaoyi" %% "pprint" % "0.8.1",
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
Expand Down

0 comments on commit 6d81260

Please sign in to comment.