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.
1 parent fb270fe commit cbef5f9Copy full SHA for cbef5f9
project/plugins.sbt
@@ -5,6 +5,6 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
5
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
6
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")
7
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
8
-val sbtTypelevelVersion = "0.7.7"
+val sbtTypelevelVersion = "0.8.0"
9
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
10
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
0 commit comments