Skip to content

Commit

Permalink
Merge branch 'main' into update/mill-main-0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape authored Jun 25, 2024
2 parents 704e0e0 + c43e8ae commit be0637e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
jdkFile: ${{ steps.download-java-temurin-8.outputs.jdkFile }}
- uses: jodersky/setup-mill@master
with:
mill-version: 0.11.7
mill-version: 0.11.8
- name: Cache mill
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -146,6 +146,6 @@ jobs:
- uses: jodersky/setup-mill@master
with:
mill-version: 0.11.7
mill-version: 0.11.8
- name: Publish
run: mill -i io.kipp.mill.ci.release.ReleaseModule/publishAll
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe

def ivyDeps = sparkDeps ++ Agg(
ivy"org.typelevel::cats-core:2.12.0",
ivy"org.scalatest::scalatest:3.2.18",
ivy"org.scalatest::scalatest:3.2.19",
ivy"org.scalatestplus::scalacheck-1-16:3.2.14.0",
ivy"org.scalacheck::scalacheck:1.18.0",
ivy"com.github.alexarchambault::scalacheck-shapeless_1.15:1.3.0",
Expand Down

0 comments on commit be0637e

Please sign in to comment.