Skip to content

Commit

Permalink
Update WPILib
Browse files Browse the repository at this point in the history
  • Loading branch information
nab138 committed Jan 19, 2025
1 parent 83829a2 commit 076bf59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Pathfinding/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'java-library'
id "edu.wpi.first.GradleRIO" version "2024.3.1"
id "edu.wpi.first.GradleRIO" version "2025.2.1"
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'maven-publish'
}

group 'me.nabdev.pathfinding'
version '0.12.7-SNAPSHOT2'
version '0.12.7'

java {
withSourcesJar()
Expand Down
2 changes: 1 addition & 1 deletion Pathfinding/vendordeps/WPILibNewCommands.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "WPILib-New-Commands",
"version": "1.0.0",
"uuid": "111e20f7-815e-48f8-9dd6-e675ce75b266",
"frcYear": "2024",
"frcYear": "2025",
"mavenUrls": [],
"jsonUrl": "",
"javaDependencies": [
Expand Down

0 comments on commit 076bf59

Please sign in to comment.