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

Commit

Permalink
Upgrade to NativeUtils 2024.2.0 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Sep 27, 2023
1 parent fad0f2e commit 2af3121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin" version "4.1.0"
id "edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin" version "2020.2"
id "org.ysb33r.doxygen" version "0.7.0"
id "edu.wpi.first.NativeUtils" version "2023.11.1" apply false
id "edu.wpi.first.NativeUtils" version "2024.2.0" apply false
}

// Configure versioning for this project.
Expand Down
1 change: 1 addition & 0 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nativeUtils.wpi.vendorDeps.addVendorReposToMaven(true)
nativeUtils.wpi.configureDependencies {
wpiVersion = "2024.+"
niLibVersion = "2024.1.0"
googleTestYear = "frc2023"
googleTestVersion = "1.12.1-2"
}

Expand Down

0 comments on commit 2af3121

Please sign in to comment.