From 99bdf29171c6503fabf49d59dc46fafac61c9deb Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:06:52 +0000 Subject: [PATCH 1/2] Update sbt-typelevel-ci-release, ... to 0.7.1 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8208b8e..d533643 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.7") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.1") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0") From a534510b1decad7c357b6066364d1adc2490f519 Mon Sep 17 00:00:00 2001 From: Brian Holt Date: Fri, 7 Jun 2024 12:34:30 -0500 Subject: [PATCH 2/2] update mergifyStewardConfig to use new API --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 3b458bf..b2c0aec 100644 --- a/build.sbt +++ b/build.sbt @@ -17,10 +17,10 @@ ThisBuild / tlVersionIntroduced := Map("3" -> "0.2.4") ThisBuild / tlJdkRelease := Some(8) ThisBuild / libraryDependencySchemes += "io.circe" %% "circe-core" % "always" ThisBuild / tlCiReleaseBranches := Seq("main") -ThisBuild / mergifyStewardConfig ~= { _.map(_.copy( - author = "dwolla-oss-scala-steward[bot]", - mergeMinors = true, -))} +ThisBuild / mergifyStewardConfig ~= { _.map { + _.withAuthor("dwolla-oss-scala-steward[bot]") + .withMergeMinors(true) +}} ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots") lazy val `natchez-tagless-root` = tlCrossRootProject.aggregate(