Skip to content

Commit

Permalink
Bump to 2024.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed Jan 14, 2024
1 parent 8e92db8 commit 1cda6a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BulldogLibrary.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "BulldogLibrary.json",
"name": "BulldogLibrary",
"version": "1.5.0",
"version": "1.6.0",
"uuid": "377c9d84-6152-11ed-9b6a-0242ac120002",
"frcYear": 2024,
"mavenUrls": [
Expand All @@ -12,7 +12,7 @@
{
"groupId": "com.github.BytingBulldogs3539",
"artifactId": "BulldogLibrary",
"version": "1.5.0"
"version": "1.6.0"
}
],
"jniDependencies": [],
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ targetCompatibility = JavaVersion.VERSION_17

allprojects {
group 'com.github.BytingBulldogs3539.bulldoglibrary'
version '1.5.0'
version '1.6.0'

repositories {
mavenCentral()
Expand All @@ -19,9 +19,9 @@ allprojects {
}

dependencies {
implementation "edu.wpi.first.wpilibj:wpilibj-java:2024.1.1-beta-2"
implementation "edu.wpi.first.wpiutil:wpiutil-java:2024.1.1-beta-2"
implementation "edu.wpi.first.wpimath:wpimath-java:2024.1.1-beta-2"
implementation "edu.wpi.first.wpilibj:wpilibj-java:2024.1.1"
implementation "edu.wpi.first.wpiutil:wpiutil-java:2024.1.1"
implementation "edu.wpi.first.wpimath:wpimath-java:2024.1.1"

implementation group: 'org.ini4j', name: 'ini4j', version: '0.5.4'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ public void autoPopulate(Object o) {
}

} catch (IllegalArgumentException | IllegalAccessException e) {
//DriverStation.reportWarning("Could not load item " + field.getName() + " from file " + filename,
// e.getStackTrace());
System.err.println("Could not load item " + field.getName() + " from file " + filename);
// DriverStation.reportWarning("Could not load item " + field.getName() + " from file " + filename,
// e.getStackTrace());
}
}
}
Expand Down

0 comments on commit 1cda6a3

Please sign in to comment.