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 d595270 + c06c8df commit ac6560fCopy full SHA for ac6560f
.github/workflows/ci.yml
@@ -9,9 +9,9 @@ name: Continuous Integration
9
10
on:
11
pull_request:
12
- branches: ['**', '!update/**']
+ branches: ['**', '!update/**', '!pr/**']
13
push:
14
15
tags: [v*]
16
17
env:
project/plugins.sbt
@@ -1,5 +1,5 @@
1
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
2
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
3
-val sbtTypelevelVersion = "0.4.11"
+val sbtTypelevelVersion = "0.4.12"
4
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
5
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
0 commit comments