File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies {
26
26
implementation " com.fasterxml.jackson.core:jackson-annotations:2.12.4"
27
27
implementation " com.fasterxml.jackson.core:jackson-core:2.12.4"
28
28
implementation " com.fasterxml.jackson.core:jackson-databind:2.12.4"
29
+ implementation " us.hebi.quickbuf:quickbuf-runtime:1.3.2"
29
30
30
31
implementation group : " org.fxmisc.easybind" , name : " easybind" , version : " 1.0.3"
31
32
@@ -37,7 +38,7 @@ dependencies {
37
38
implementation group : " com.google.code.gson" , name : " gson" , version : " 2.8.5"
38
39
implementation group : " org.apache.commons" , name : " commons-csv" , version : " 1.5"
39
40
40
- implementation group : " org.ejml" , name : " ejml-simple" , version : " 0.42 "
41
+ implementation group : " org.ejml" , name : " ejml-simple" , version : " 0.43.1 "
41
42
42
43
def junitJupiter = { name ->
43
44
create group : ' org.junit.jupiter' , name : name, version : ' 5.6.1'
You can’t perform that action at this time.
0 commit comments