Skip to content

Commit

Permalink
use jtwfg 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Petikoch committed Jan 19, 2015
1 parent 447ea9e commit cfd645c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'maven-publish'
// "incubating"
apply plugin: 'jacoco'

version = '1.0.3-SNAPSHOT'
version = '1.0.3'

ext.artifactGroupId = 'ch.petikoch.libs'
ext.description = 'A little java 7+ library (on top of jtwfg) using a "task resource assignment graph" model to detect deadlocks'
Expand All @@ -25,7 +25,7 @@ repositories {
}

dependencies {
compile 'ch.petikoch.libs:jtwfg:1.0.2'
compile 'ch.petikoch.libs:jtwfg:1.0.3'

testCompile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.3.8', classifier: 'indy'
testCompile('org.spockframework:spock-core:0.7-groovy-2.0') {
Expand Down

0 comments on commit cfd645c

Please sign in to comment.