Skip to content

Commit

Permalink
Update ejml to match wpilibsuite/allwpilib#5531
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Aug 20, 2023
1 parent dbc32dd commit 849a887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation group: "com.google.code.gson", name: "gson", version: "2.8.5"
implementation group: "org.apache.commons", name: "commons-csv", version: "1.5"

implementation group: "org.ejml", name: "ejml-simple", version: "0.38"
implementation group: "org.ejml", name: "ejml-simple", version: "0.42"

def junitJupiter = { name ->
create group: 'org.junit.jupiter', name: name, version: '5.6.1'
Expand Down

0 comments on commit 849a887

Please sign in to comment.