Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiyp committed Oct 28, 2017
1 parent 38d786d commit 14af461
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

testCompile 'org.slf4j:slf4j-api:1.7.25'

testCompile 'ch.qos.logback:logback-classic:1.+'
testCompile 'ch.qos.logback:logback-classic:1.2.3'

testCompile "junit:junit:4.12"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0-SNAPSHOT
version=1.0
2 changes: 1 addition & 1 deletion mockk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testRuntime "org.junit.jupiter:junit-jupiter-engine:5.0.1"

testCompile 'org.slf4j:slf4j-api:1.7.25'
testCompile 'ch.qos.logback:logback-classic:1.+'
testCompile 'ch.qos.logback:logback-classic:1.2.3'

testCompile 'io.kotlintest:kotlintest:2.0.7'

Expand Down

0 comments on commit 14af461

Please sign in to comment.