Skip to content

Commit

Permalink
Merge pull request #911 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 bb7d1cb + fed6f22 commit f1fdce5
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 @@ -147,7 +147,7 @@ inThisBuild(
versionScheme := Some("early-semver"),
tlBaseVersion := "0.40",
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 := "Scala EventStoreDB Client",
startYear := Some(2020),
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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("org.typelevel" % "sbt-fs2-grpc" % "2.7.14")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
Expand Down

0 comments on commit f1fdce5

Please sign in to comment.