Skip to content

Commit 1f99dff

Browse files
committed
Add quickbuf-runtime dependency
Also bump EJML version
1 parent 1ea9633 commit 1f99dff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dependencies.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies {
2626
implementation "com.fasterxml.jackson.core:jackson-annotations:2.12.4"
2727
implementation "com.fasterxml.jackson.core:jackson-core:2.12.4"
2828
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.4"
29+
implementation "us.hebi.quickbuf:quickbuf-runtime:1.3.2"
2930

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

@@ -37,7 +38,7 @@ dependencies {
3738
implementation group: "com.google.code.gson", name: "gson", version: "2.8.5"
3839
implementation group: "org.apache.commons", name: "commons-csv", version: "1.5"
3940

40-
implementation group: "org.ejml", name: "ejml-simple", version: "0.42"
41+
implementation group: "org.ejml", name: "ejml-simple", version: "0.43.1"
4142

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

0 commit comments

Comments
 (0)