Skip to content

Commit

Permalink
Prepare for 1.0.0-M1 release
Browse files Browse the repository at this point in the history
Also, update some dependencies.
  • Loading branch information
CalebFenton committed Feb 15, 2016
1 parent e2ca0d4 commit e2906f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'idea'

version = '0.9.1'
version = '1.0.0-M1'
def jarVersion = version

buildscript {
Expand All @@ -10,7 +10,7 @@ buildscript {
}

dependencies {
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.5.0'
}
}

Expand Down Expand Up @@ -52,7 +52,7 @@ subprojects {
mockito: 'org.mockito:mockito-core:1.10.19',
perfidix: 'org.perfidix:perfidix:3.6.9',
proguard_gradle: 'net.sf.proguard:proguard-gradle:5.2.1',
slf4j_api: 'org.slf4j:slf4j-api:1.7.13',
slf4j_api: 'org.slf4j:slf4j-api:1.7.16',
trove4j: 'net.sf.trove4j:trove4j:3.0.3',
]
}
Expand Down
4 changes: 2 additions & 2 deletions simplify/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies {

// Logging
compile depends.slf4j_api
compile 'ch.qos.logback:logback-core:1.1.3'
compile 'ch.qos.logback:logback-classic:1.1.3'
compile 'ch.qos.logback:logback-core:1.1.5'
compile 'ch.qos.logback:logback-classic:1.1.5'

// Testing
testCompile depends.junit
Expand Down

0 comments on commit e2906f6

Please sign in to comment.