Skip to content

Commit 0b3f7a6

Browse files
authored
Merge pull request #218 from typelevel/sbt-typelevel-0.8.0-RC1
Upgrade to sbt-typelevel-0.8.0-RC1
2 parents a40700a + 3ab89d8 commit 0b3f7a6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ ThisBuild / developers := List(
1010
tlGitHubDev("rossabaker", "Ross A. Baker")
1111
)
1212

13-
// publish to s01.oss.sonatype.org (set to true to publish to oss.sonatype.org instead)
14-
ThisBuild / tlSonatypeUseLegacyHost := false
15-
1613
// publish website from this branch
1714
ThisBuild / tlSitePublishBranch := Some("main")
1815

project/plugins.sbt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.7")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.7")
1+
val sbtTypelevelV = "0.8.0-RC1"
2+
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelV)
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelV)
35
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
46
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
57
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)