Skip to content

Commit

Permalink
Release version: 1.1.9
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
szpak committed Feb 15, 2016
1 parent b523222 commit 4bc0bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add gradle-pitest-plugin to the buildscript dependencies in your build.gradle fi
//maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.6'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.9'
}
}

Expand Down Expand Up @@ -107,7 +107,7 @@ for the root project:
mavenCentral()
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.6'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.9'
(...)
}
}
Expand Down Expand Up @@ -179,7 +179,7 @@ To enable PIT plugin it is enough to add it to pitest configuration in buildscri
}
configurations.maybeCreate("pitest")
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.6'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.9'
pitest 'org.pitest.plugins:pitest-fancy-plugin:0.0.1'
}
}
Expand Down

0 comments on commit 4bc0bdf

Please sign in to comment.