Skip to content

Commit 03c695a

Browse files
committed
latest tensorics version (and vendor change - impact to be seen)
1 parent 9eb5776 commit 03c695a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
}
3939

4040
dependencies {
41-
implementation group: 'org.tensorics', name: 'tensorics-core', version: '0.0.77'
41+
implementation group: 'org.tensorics', name: 'tensorics-core', version: '0.0.79'
4242
implementation group: 'com.google.code.gson', name:'gson', version: '2.9.1'
4343

4444
testCompile group: 'junit', name: 'junit', version: '4.12'
@@ -54,7 +54,7 @@ wrapper {
5454
jar {
5555
// OSGi
5656
bnd([
57-
'Bundle-Vendor' : 'ossgang',
57+
'Bundle-Vendor' : 'tensorics',
5858
'-exportcontents': '*',
5959
'-buildpath' : '' // no dependencies
6060
])

0 commit comments

Comments
 (0)