Skip to content

Commit d4956d1

Browse files
authored
Merge pull request #173 from typelevel/update/sbt-typelevel-0.7.0
Update sbt-typelevel, ... to 0.7.0
2 parents 921d1d4 + 2b4ac86 commit d4956d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ThisBuild / startYear := Some(2023)
77
ThisBuild / tlSitePublishBranch := Some("main")
88
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
99
ThisBuild / mergifyStewardConfig ~= {
10-
_.map(_.copy(author = "typelevel-steward[bot]"))
10+
_.map(_.withAuthor("typelevel-steward[bot]"))
1111
}
1212

1313
ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.3")

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val sbtTlVersion = "0.6.7"
1+
val sbtTlVersion = "0.7.0"
22
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion)
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion)
44
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion)

0 commit comments

Comments
 (0)