Skip to content

Commit 016e97a

Browse files
Update sbt-typelevel-ci-release to 0.8.0 (#1523)
Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
1 parent 57bcdb7 commit 016e97a

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

build.sbt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ inThisBuild(
1818
).map { case (username, fullName) =>
1919
Developer(username, fullName, s"@$username", url(s"https://github.com/$username"))
2020
},
21-
run / fork := true,
22-
scalaVersion := scala2Version,
23-
crossScalaVersions := Seq(scala2Version, scala3Version),
24-
tlSonatypeUseLegacyHost := false,
25-
tlCiScalafmtCheck := true,
26-
tlCiReleaseBranches := Seq("master"),
21+
run / fork := true,
22+
scalaVersion := scala2Version,
23+
crossScalaVersions := Seq(scala2Version, scala3Version),
24+
tlCiScalafmtCheck := true,
25+
tlCiReleaseBranches := Seq("master"),
2726
githubWorkflowBuild += WorkflowStep.Sbt(
2827
List("docs/mdoc"),
2928
name = Some("Run documentation"),

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.7")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.0")
22
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
33
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
44

0 commit comments

Comments
 (0)