Skip to content

Commit

Permalink
Update sbt-typelevel, sbt-typelevel-site to 0.7.3 in series/3.x (#1347)
Browse files Browse the repository at this point in the history
* Update sbt-typelevel, sbt-typelevel-site to 0.7.3 in series/3.x

* Run prePR with sbt-typelevel

Executed command: sbt tlPrePrBotHook
  • Loading branch information
scala-steward authored Sep 21, 2024
1 parent 64a751e commit 0254c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

dependency-submission:
name: Submit Dependencies
if: github.event_name != 'pull_request'
if: github.event.repository.fork == false && github.event_name != 'pull_request'
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.7.2"
val sbtTypelevelVersion = "0.7.3"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

0 comments on commit 0254c5e

Please sign in to comment.