Skip to content

Commit

Permalink
chore: Update googletest dependency
Browse files Browse the repository at this point in the history
The googletest dependency was using an older version from the WPILib Artifactory, this was causing issues with builds on macOS where `osxuniversal` platform type was not available, and split between `osxarm64` and `osxx86-64`.
  • Loading branch information
garrettsummerfi3ld authored and qwertychouskie committed Aug 22, 2024
1 parent e5b0f8b commit 6576ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nativeUtils {
// When updating WPILib, be sure to also update wpiHalVersion.txt
wpiVersion = "2023.+"
niLibVersion = "2023.3.0"
googleTestVersion = "1.11.0-3"
googleTestVersion = "1.11.0-4"
}
}
}
Expand Down

0 comments on commit 6576ec7

Please sign in to comment.