Skip to content

Commit dc633ca

Browse files
authored
Merge pull request #1072 from typelevel/update/sbt-typelevel-0.7.3
Update sbt-typelevel to 0.7.3
2 parents aa75b22 + 7153f6a commit dc633ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285

286286
dependency-submission:
287287
name: Submit Dependencies
288-
if: github.event_name != 'pull_request'
288+
if: github.event.repository.fork == false && github.event_name != 'pull_request'
289289
strategy:
290290
matrix:
291291
os: [ubuntu-latest]

project/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
22
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
33
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.2")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3")

0 commit comments

Comments
 (0)