We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb5776 commit 03c695aCopy full SHA for 03c695a
build.gradle
@@ -38,7 +38,7 @@ repositories {
38
}
39
40
dependencies {
41
- implementation group: 'org.tensorics', name: 'tensorics-core', version: '0.0.77'
+ implementation group: 'org.tensorics', name: 'tensorics-core', version: '0.0.79'
42
implementation group: 'com.google.code.gson', name:'gson', version: '2.9.1'
43
44
testCompile group: 'junit', name: 'junit', version: '4.12'
@@ -54,7 +54,7 @@ wrapper {
54
jar {
55
// OSGi
56
bnd([
57
- 'Bundle-Vendor' : 'ossgang',
+ 'Bundle-Vendor' : 'tensorics',
58
'-exportcontents': '*',
59
'-buildpath' : '' // no dependencies
60
])
0 commit comments