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 c6e3a82 + 5b72673 commit 781bce6Copy full SHA for 781bce6
.github/workflows/ci.yml
@@ -245,7 +245,7 @@ jobs:
245
246
dependency-submission:
247
name: Submit Dependencies
248
- if: github.event_name != 'pull_request'
+ if: github.event.repository.fork == false && github.event_name != 'pull_request'
249
strategy:
250
matrix:
251
os: [ubuntu-latest]
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.2")
+addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")
2
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
3
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
4
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
0 commit comments