Skip to content

Commit

Permalink
Minor/Patch Updates (#76)
Browse files Browse the repository at this point in the history
* Update sbt-git to 2.1.0

* Update pekko-actor-testkit-typed to 1.1.2

* Update sbt-sonatype to 3.12.2

---------

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 Oct 14, 2024
1 parent e6125be commit e1fcff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lazy val IntegrationTestConfig =

lazy val library = new {
object Version {
val pekko = "1.1.1"
val pekko = "1.1.2"
val pekkoHttp = "1.1.0"
val log4j = "2.24.1"
val pureConfig = "0.17.7"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolvers +=

// Use git in sbt, show git prompt and use versions from git.
// sbt> git <your git command>
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")

// Automatically adds license information to each source code file.
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
Expand All @@ -19,7 +19,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.6")

// Publish to sonatype
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

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

0 comments on commit e1fcff1

Please sign in to comment.