Skip to content

Commit

Permalink
Add quickbuf-runtime dependency
Browse files Browse the repository at this point in the history
Also bump EJML version
  • Loading branch information
PeterJohnson committed Oct 20, 2023
1 parent 1ea9633 commit 1f99dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-annotations:2.12.4"
implementation "com.fasterxml.jackson.core:jackson-core:2.12.4"
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.4"
implementation "us.hebi.quickbuf:quickbuf-runtime:1.3.2"

implementation group: "org.fxmisc.easybind", name: "easybind", version: "1.0.3"

Expand All @@ -37,7 +38,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.42"
implementation group: "org.ejml", name: "ejml-simple", version: "0.43.1"

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

0 comments on commit 1f99dff

Please sign in to comment.