Skip to content

Commit

Permalink
build: adjust to mergify changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahjohannessen committed Apr 22, 2024
1 parent f469555 commit a609d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inThisBuild(
tlJdkRelease := Some(8),
tlBaseVersion := "1.2",
tlSonatypeUseLegacyHost := false,
mergifyStewardConfig ~= { _.map(_.copy(mergeMinors = true).copy(author = "scala-steward-ahjohannessen[bot]")) },
mergifyStewardConfig ~= { _.map(_.withMergeMinors(true).withAuthor("scala-steward-ahjohannessen[bot]")) },
organization := "io.github.ahjohannessen",
organizationName := "Alex Henning Johannessen",
startYear := Some(2022),
Expand Down

0 comments on commit a609d00

Please sign in to comment.