Skip to content

Commit

Permalink
update robot side to depend on wpilib 2024.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
varun7654 committed Jan 7, 2024
1 parent 6347a13 commit 72e2bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ Thumbs.db

sonarlint
/autobuilder-robot/build/
/shared/build/
4 changes: 2 additions & 2 deletions autobuilder-robot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

group = 'com.dacubeking'
version = '2.2.8'
var wpilibVersion = "2023.4.3"
version = '2.2.9'
var wpilibVersion = "2024.1.1"

repositories {
// Use Maven Central for resolving dependencies.
Expand Down

0 comments on commit 72e2bca

Please sign in to comment.