File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"fileName" : " SpikesLib2.json" ,
3
3
"name" : " SpikesLib2" ,
4
- "version" : " v3.2.0 " ,
4
+ "version" : " v3.2.1 " ,
5
5
"uuid" : " 018a8f54-8662-11ec-a8a3-0242ac120002" ,
6
6
"jsonUrl" : " https://raw.githubusercontent.com/Spikes-2212-Programming-Guild/SpikesLib2/master/SpikesLib2.json" ,
7
7
"mavenUrls" : [
14
14
{
15
15
"groupId" : " com.github.Spikes-2212-Programming-Guild" ,
16
16
"artifactId" : " SpikesLib2" ,
17
- "version" : " v3.2.0 "
17
+ "version" : " v3.2.1 "
18
18
}
19
19
]
20
20
}
Original file line number Diff line number Diff line change @@ -33,4 +33,6 @@ dependencies {
33
33
implementation group : ' edu.wpi.first.wpiutil' , name : ' wpiutil-java' , version : ' 2023.4.1'
34
34
implementation group : ' edu.wpi.first.wpimath' , name : ' wpimath-java' , version : ' 2023.4.1'
35
35
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'
36
38
}
You can’t perform that action at this time.
0 commit comments