Skip to content

Commit

Permalink
Update scribe to 3.16.0 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 16, 2025
1 parent 7e825f4 commit 56b4606
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.15.3",
"com.outr" %% "scribe" % "3.16.0",
"com.typesafe" % "config" % "1.4.3",
"com.lihaoyi" %% "pprint" % "0.9.0",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down

0 comments on commit 56b4606

Please sign in to comment.