Skip to content

Commit

Permalink
Merge branch 'Development' of https://github.com/TheHighlanders/Crewmate
Browse files Browse the repository at this point in the history
 into Development
  • Loading branch information
lexm2 committed Nov 22, 2024
2 parents 5231095 + 04eba67 commit 779f62c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
id 'edu.wpi.first.wpilib.repositories.WPILibRepositoriesPlugin' version '2020.2'
id 'edu.wpi.first.NativeUtils' version '2025.3.0'
id 'edu.wpi.first.GradleJni' version '1.1.0'
id "edu.wpi.first.GradleRIO" version "2024.2.1"
id "edu.wpi.first.GradleRIO" version "2024.3.2"
id 'edu.wpi.first.GradleVsCode' version '2.1.0'
id 'com.diffplug.spotless' version '6.20.0'
id 'com.diffplug.spotless' version '6.25.0'
}

java {
Expand Down Expand Up @@ -51,14 +51,14 @@ dependencies {
implementation "edu.wpi.first.hal:hal-java:${wpiVersion}"

implementation "org.ejml:ejml-simple:0.43.1"
implementation "com.fasterxml.jackson.core:jackson-annotations:2.17.1"
implementation "com.fasterxml.jackson.core:jackson-core:2.17.1"
implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-core:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"
implementation 'edu.wpi.first.thirdparty.frc2024.opencv:opencv-java:4.8.0-4'

implementation 'gov.nist.math:jama:1.0.3'

testImplementation('org.junit.platform:junit-platform-launcher:1.5.2')
testImplementation('org.junit.platform:junit-platform-launcher:1.11.3')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
}
Expand Down

0 comments on commit 779f62c

Please sign in to comment.