Skip to content

Commit 30e1385

Browse files
authored
Merge pull request #174 from typelevel/update/sbt-typelevel-0.7.3
Update sbt-typelevel, sbt-typelevel-site to 0.7.3
2 parents 314e18f + 838b921 commit 30e1385

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.2")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.2")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.3")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
44
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
55
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)