Skip to content

Commit 1887557

Browse files
authored
Merge pull request #3601 from typelevel/topic/backport-sbt-typelevel-0.8
Update sbt-typelevel to 0.8 to fix publication
2 parents e5134ee + fa42eff commit 1887557

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.11
1+
sbt.version=1.11.5

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
val sbtTypelevelVersion = "0.7.7"
1+
val sbtTypelevelVersion = "0.8.0"
22
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
55
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
6-
addSbtPlugin("com.armanbilge" % "sbt-scala-native-config-brew-github-actions" % "0.3.0")
6+
addSbtPlugin("com.armanbilge" % "sbt-scala-native-config-brew-github-actions" % "0.4.0")
77
addSbtPlugin("io.github.sbt-doctest" % "sbt-doctest" % "0.11.1")
88
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
99

0 commit comments

Comments
 (0)