Skip to content

Commit e61fcbc

Browse files
committed
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.
1 parent 2b7f1fa commit e61fcbc

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
@@ -79,7 +79,7 @@ dependencies {
7979
simulationRelease wpi.sim.enableRelease()
8080

8181
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
82-
implementation "com.github.deepbluerobotics:lib199:0ce129844b9b918dad0207c0e1020fc26588f461"
82+
implementation "com.github.deepbluerobotics:lib199:981d501450feb5553ec3441f156ab5a052d94100"
8383
}
8484

8585
test {

0 commit comments

Comments
 (0)