Skip to content

Commit

Permalink
Minor/Patch Updates (#82)
Browse files Browse the repository at this point in the history
* Update sbt-pgp to 2.3.1

* Update log4j-api to 2.24.3

---------

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Dec 16, 2024
1 parent 917eb16 commit 63a3923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazy val library = new {
object Version {
val pekko = "1.1.2"
val pekkoHttp = "1.1.0"
val log4j = "2.24.2"
val log4j = "2.24.3"
val pureConfig = "0.17.8"
val scalaCheck = "1.18.1"
val scalaLogging = "3.9.5"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.8")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

// publishSigned
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")

0 comments on commit 63a3923

Please sign in to comment.