Skip to content

Commit f371bf7

Browse files
Merge pull request #229 from Spikes-2212-Programming-Guild/dev
Dev
2 parents 8f8660e + 492e86e commit f371bf7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SpikesLib2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "SpikesLib2.json",
33
"name": "SpikesLib2",
4-
"version": "v3.2.0",
4+
"version": "v3.2.1",
55
"uuid": "018a8f54-8662-11ec-a8a3-0242ac120002",
66
"jsonUrl": "https://raw.githubusercontent.com/Spikes-2212-Programming-Guild/SpikesLib2/master/SpikesLib2.json",
77
"mavenUrls": [
@@ -14,7 +14,7 @@
1414
{
1515
"groupId": "com.github.Spikes-2212-Programming-Guild",
1616
"artifactId": "SpikesLib2",
17-
"version": "v3.2.0"
17+
"version": "v3.2.1"
1818
}
1919
]
2020
}

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ dependencies {
3333
implementation group: 'edu.wpi.first.wpiutil', name: 'wpiutil-java', version: '2023.4.1'
3434
implementation group: 'edu.wpi.first.wpimath', name: 'wpimath-java', version: '2023.4.1'
3535
implementation group: 'com.revrobotics.frc', name: 'REVLib-java', version: '2023.1.3'
36+
//I don't know why this necessary, but github needs this for some reason
37+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.0.1'
3638
}

0 commit comments

Comments
 (0)