Skip to content

Commit

Permalink
Update WPILib version, 25.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleSnapps committed Jan 11, 2025
1 parent 91593b7 commit e32fdd2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ allprojects {
and, add the dependency (Make sure it's the latest release)
```
dependencies {
implementation 'com.github.frc5431:TitanUtil:2025.2.0' //Replace tag with the latest release if needed
implementation 'com.github.frc5431:TitanUtil:2025.2.1' //Replace tag with the latest release if needed
}
```

Expand Down
4 changes: 2 additions & 2 deletions TitanUtil.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "TitanUtil.json",
"name": "TitanUtil",
"version": "2025.2.0",
"version": "2025.2.2",
"uuid": "63d70b22-2b32-494e-8c57-9633835a2b3b",
"frcYear": "2025",
"mavenUrls": [
Expand All @@ -12,7 +12,7 @@
{
"groupId": "com.github.frc5431",
"artifactId": "TitanUtil",
"version": "2025.2.0"
"version": "2025.2.1"
}
],
"jniDependencies": [],
Expand Down
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'com.github.frc5431'
artifactId = 'TitanUtil'
version = '2025.2.0'
version = '2025.2.1'

artifact jar
}
Expand All @@ -40,13 +40,13 @@ allprojects {
}

dependencies {
implementation 'edu.wpi.first.wpilibj:wpilibj-java:2025.1.1'
implementation 'edu.wpi.first.wpimath:wpimath-java:2025.1.1'
implementation 'edu.wpi.first.wpiutil:wpiutil-java:2025.1.1'
implementation 'edu.wpi.first.ntcore:ntcore-java:2025.1.1'
implementation 'edu.wpi.first.cscore:cscore-java:2025.1.1'
implementation 'edu.wpi.first.wpiunits:wpiunits-java:2025.1.1'
implementation 'edu.wpi.first.wpilibNewCommands:wpilibNewCommands-java:2025.1.1'
implementation 'edu.wpi.first.wpilibj:wpilibj-java:2025.2.1'
implementation 'edu.wpi.first.wpimath:wpimath-java:2025.2.1'
implementation 'edu.wpi.first.wpiutil:wpiutil-java:2025.2.1'
implementation 'edu.wpi.first.ntcore:ntcore-java:2025.2.1'
implementation 'edu.wpi.first.cscore:cscore-java:2025.2.1'
implementation 'edu.wpi.first.wpiunits:wpiunits-java:2025.2.1'
implementation 'edu.wpi.first.wpilibNewCommands:wpilibNewCommands-java:2025.2.1'

// Remove Native Zips with GradleRIO 2022
// nativeZip wpi.deps.wpilibJni(wpi.platforms.roborio)
Expand Down

0 comments on commit e32fdd2

Please sign in to comment.