Skip to content

Commit

Permalink
Release version: 1.4.6
Browse files Browse the repository at this point in the history
[ci skip]

Powered by CDeliveryBoy.
  • Loading branch information
szpak-ci committed Dec 15, 2019
1 parent c101c90 commit 0014ee0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gradle-pitest-plugin changelog

## 1.4.6 - Unreleased
## 1.4.6 - 2019-12-15

- Support for includedTestMethods (PIT 1.3.2) - [#79](https://github.com/szpak/gradle-pitest-plugin/issues/79)
- Support for useClasspathJar (PIT 1.4.2) - [#92](https://github.com/szpak/gradle-pitest-plugin/issues/92)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add gradle-pitest-plugin to the `plugins` configuration in your `build.gradle` f

```groovy
plugins {
id 'info.solidsoft.pitest' version '1.4.5'
id 'info.solidsoft.pitest' version '1.4.6'
}
```

Expand Down Expand Up @@ -48,7 +48,7 @@ buildscript {
//maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6'
}
}
```
Expand Down Expand Up @@ -131,7 +131,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6'
(...)
}
}
Expand Down Expand Up @@ -210,7 +210,7 @@ buildscript {
}
configurations.maybeCreate('pitest')
dependencies {
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6'
pitest 'org.pitest:pitest-junit5-plugin:0.8'
}
}
Expand Down

0 comments on commit 0014ee0

Please sign in to comment.