Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump coursier/setup-action from 1.3.3 to 1.3.4
Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/coursier/setup-action/releases)
- [Commits](coursier/setup-action@v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: coursier/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
commit ec59428a90e197dc096077c67ccbffe0338c0d79
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: "temurin"
cache: "sbt"
java-version: 11
- uses: coursier/[email protected].3
- uses: coursier/[email protected].4
- name: Compile
run: sbt $SBT_JAVA_OPTS -v "compileScoped ${{ matrix.scala-version }} ${{ matrix.target-platform }}"
- name: Compile docs
Expand Down