Skip to content

Commit

Permalink
Bump wpilib to beta-3 (PhotonVision#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored Nov 4, 2023
1 parent 5136dad commit 7eb4645
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "com.diffplug.spotless" version "6.22.0"
id "edu.wpi.first.NativeUtils" version "2024.2.0" apply false
id "edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin" version "2020.2"
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-2"
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-3"
id 'edu.wpi.first.WpilibTools' version '1.3.0'
}

Expand All @@ -20,7 +20,7 @@ allprojects {
apply from: "versioningHelper.gradle"

ext {
wpilibVersion = "2024.1.1-beta-2"
wpilibVersion = "2024.1.1-beta-3"
openCVversion = "4.8.0-2"
joglVersion = "2.4.0-rc-20200307"
javalinVersion = "5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion photonlib-cpp-examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.diffplug.spotless" version "6.1.2"
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-2" apply false
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-3" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion photonlib-java-examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.diffplug.spotless" version "6.1.2"
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-2" apply false
id "edu.wpi.first.GradleRIO" version "2024.1.1-beta-3" apply false
}

apply from: "examples.gradle"
Expand Down

0 comments on commit 7eb4645

Please sign in to comment.