Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Update dependencies to 2024 (#513)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
  • Loading branch information
PeterJohnson and calcmogul authored Sep 21, 2023
1 parent 3ab950b commit 45729ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- os: windows-2022
artifact-name: Win64
architecture: x64
- os: macos-11
- os: macos-12
artifact-name: macOS
architecture: x64

Expand Down
6 changes: 3 additions & 3 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ nativeUtils.wpi.vendorDeps.nativeVendor.initializeNativeDependencies()
nativeUtils.wpi.vendorDeps.addVendorReposToMaven(true)

nativeUtils.wpi.configureDependencies {
wpiVersion = "2023.+"
niLibVersion = "2023.3.0"
googleTestVersion = "1.12.1-1"
wpiVersion = "2024.+"
niLibVersion = "2024.1.0"
googleTestVersion = "1.12.1-2"
}

nativeUtils.wpi.addWarnings()
Expand Down

0 comments on commit 45729ee

Please sign in to comment.