Skip to content

Commit

Permalink
Merge pull request #268 from Dwolla/update/sbt-typelevel-ci-release-0…
Browse files Browse the repository at this point in the history
….7.1

Update sbt-typelevel-ci-release, ... to 0.7.1
  • Loading branch information
bpholt authored Jun 7, 2024
2 parents 6184c5a + 0b4e90f commit 1c86b63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ ThisBuild / githubWorkflowScalaVersions := Seq("2.13", "2.12")
ThisBuild / tlCiReleaseBranches := Seq("main", "series/0.5")
ThisBuild / tlBaseVersion := "0.4"
ThisBuild / tlSonatypeUseLegacyHost := true
ThisBuild / mergifyStewardConfig ~= {
_.map(_.copy(mergeMinors = true, author = "dwolla-oss-scala-steward[bot]"))
}
ThisBuild / mergifyStewardConfig ~= { _.map {
_.withAuthor("dwolla-oss-scala-steward[bot]")
.withMergeMinors(true)
}}

lazy val `fs2-pgp-root` = (project in file("."))
.settings(publishArtifact := false)
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.7.1")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")

0 comments on commit 1c86b63

Please sign in to comment.