mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Migrate to Gradle version catalogs (#8524)
Also fixes the google compile-testing library to 0.23.0 (the latest available at time of writing) instead of a wildcard Jackson versions were inconsistent across projects; most were on 2.19.2, but the fields subproject was on 2.15.2. All projects are now on 2.19.2 for consistency
This commit is contained in:
@@ -25,10 +25,10 @@ dependencies {
|
||||
implementation project(':hal')
|
||||
implementation project(':wpimath')
|
||||
implementation project(':wpilibj')
|
||||
api("us.hebi.quickbuf:quickbuf-runtime:1.4")
|
||||
api(libs.quickbuf.runtime)
|
||||
testAnnotationProcessor project(':javacPlugin')
|
||||
testAnnotationProcessor project(':epilogue-processor')
|
||||
testImplementation 'org.mockito:mockito-core:4.1.0'
|
||||
testImplementation(libs.bundles.mockito)
|
||||
testImplementation project(':epilogue-runtime')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user