Skip to content

Commit

Permalink
Merge pull request #108 from ahjohannessen/update/sbt-typelevel-0.7.0
Browse files Browse the repository at this point in the history
Update/sbt typelevel 0.7.0
  • Loading branch information
ahjohannessen authored Apr 22, 2024
2 parents cdb332b + a609d00 commit e62af08
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 @@ -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
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

0 comments on commit e62af08

Please sign in to comment.