Skip to content

Commit

Permalink
update mergifyStewardConfig to use new API
Browse files Browse the repository at this point in the history
  • Loading branch information
bpholt committed Jun 7, 2024
1 parent 99bdf29 commit a534510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a534510

Please sign in to comment.