We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa75b22 + 7153f6a commit dc633caCopy full SHA for dc633ca
.github/workflows/ci.yml
@@ -285,7 +285,7 @@ jobs:
285
286
dependency-submission:
287
name: Submit Dependencies
288
- if: github.event_name != 'pull_request'
+ if: github.event.repository.fork == false && github.event_name != 'pull_request'
289
strategy:
290
matrix:
291
os: [ubuntu-latest]
project/plugin.sbt
@@ -1,4 +1,4 @@
1
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
2
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
3
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
4
-addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.2")
+addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")
0 commit comments