Skip to content

Commit

Permalink
Merge pull request #1281 from scala-steward/update/mdoc-2.5.0
Browse files Browse the repository at this point in the history
Update mdoc to 2.5.0
  • Loading branch information
alexarchambault authored Nov 10, 2023
2 parents 89eed85 + aff2c5c commit cb20e16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- uses: coursier/[email protected]
- uses: coursier/[email protected]
with:
jvm: 8
jvm: 17
apps: cs
- run: ./mill docs.generate
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: coursier/[email protected]
- uses: coursier/[email protected]
with:
jvm: 8
jvm: 17
apps: cs
- run: |
./mill docs.generate --npm-install --yarn-run-build
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object Deps {
def jsoniterScalaMacros =
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:${Versions.jsoniterScala}"
def jvmRepr = ivy"com.github.jupyter:jvm-repr:0.4.0"
def mdoc = ivy"org.scalameta::mdoc:2.4.0"
def mdoc = ivy"org.scalameta::mdoc:2.5.0"
def munit = ivy"org.scalameta::munit:0.7.29"
def metabrowseServer = ivy"org.scalameta:::metabrowse-server:0.2.12"
def osLib = ivy"com.lihaoyi::os-lib:0.9.2"
Expand Down

0 comments on commit cb20e16

Please sign in to comment.