From e1fcff1a37735ef752853971b572d382f3b4f24e Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:10:29 +0200 Subject: [PATCH] Minor/Patch Updates (#76) * 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> --- build.sbt | 2 +- project/plugins.sbt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index f7c8fcd..a39720a 100644 --- a/build.sbt +++ b/build.sbt @@ -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" diff --git a/project/plugins.sbt b/project/plugins.sbt index 7e614fa..4d2414f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ resolvers += // Use git in sbt, show git prompt and use versions from git. // sbt> git -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") @@ -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")