We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 921d1d4 + 2b4ac86 commit d4956d1Copy full SHA for d4956d1
build.sbt
@@ -7,7 +7,7 @@ ThisBuild / startYear := Some(2023)
7
ThisBuild / tlSitePublishBranch := Some("main")
8
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
9
ThisBuild / mergifyStewardConfig ~= {
10
- _.map(_.copy(author = "typelevel-steward[bot]"))
+ _.map(_.withAuthor("typelevel-steward[bot]"))
11
}
12
13
ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.3")
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-val sbtTlVersion = "0.6.7"
+val sbtTlVersion = "0.7.0"
2
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion)
3
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion)
4
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion)
0 commit comments