We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1af95 commit eb989e8Copy full SHA for eb989e8
build.gradle
@@ -48,7 +48,7 @@ allprojects {
48
49
jar {
50
baseName = 'eiffel-remrem-semantics'
51
- version = '0.4.3'
+ version = '0.4.4'
52
manifest {
53
attributes('remremVersionKey': 'semanticsVersion')
54
attributes('semanticsVersion': version)
@@ -66,7 +66,7 @@ jar {
66
67
shadowJar {
68
69
70
classifier = ''
71
}
72
@@ -102,7 +102,7 @@ dependencies {
102
exclude module: 'jackson-databind'
103
104
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.4'
105
- compile 'org.mockito:mockito-core:2.8.47'
+ testCompile 'org.mockito:mockito-core:2.8.47'
106
compile 'javax.inject:javax.inject:1'
107
compile 'ch.qos.logback:logback-classic:1.2.3'
108
testCompile 'junit:junit:4.12'
0 commit comments