Skip to content

Commit 066e8d8

Browse files
authored
Merge pull request #62 from DeepBlueRobotics/use-skinny-lib199-to-avoid-duplicate-classes
Use a version of lib199 that doesn't have it's own copy of all of the libraries so that we don't end up with duplicate class files in Robot2024.jar.
2 parents 28548b7 + 5edb7eb commit 066e8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
simulationRelease wpi.sim.enableRelease()
8181

8282
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
83-
implementation "com.github.deepbluerobotics:lib199:0ce129844b9b918dad0207c0e1020fc26588f461"
83+
implementation "com.github.deepbluerobotics:lib199:69297b35a4fd817d3479963c5819685ddfc775fd"
8484
}
8585

8686
test {

0 commit comments

Comments
 (0)