Skip to content

Commit

Permalink
Merge branch 'main' into UpdateDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Aug 21, 2023
2 parents 7907f8f + cff2746 commit fe1d0a3
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 fe1d0a3

Please sign in to comment.