Skip to content

Commit 781bce6

Browse files
authored
Merge pull request #436 from scala-steward/update/sbt-typelevel-0.7.3
Update sbt-typelevel to 0.7.3
2 parents c6e3a82 + 5b72673 commit 781bce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245

246246
dependency-submission:
247247
name: Submit Dependencies
248-
if: github.event_name != 'pull_request'
248+
if: github.event.repository.fork == false && github.event_name != 'pull_request'
249249
strategy:
250250
matrix:
251251
os: [ubuntu-latest]

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.2")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
44
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

0 commit comments

Comments
 (0)