Skip to content

Commit 083c42b

Browse files
committed
Update version
1 parent 7065383 commit 083c42b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Full plugin configuration below, optional properties can be omitted
1717
```groovy
1818
buildscript {
1919
dependencies{
20-
classpath group: 'com.assertthat.plugins', name: 'assertthat-bdd-gradle-tasks', version: '1.9.3'
20+
classpath group: 'com.assertthat.plugins', name: 'assertthat-bdd-gradle-tasks', version: '1.9.4'
2121
}
2222
}
2323

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group 'com.assertthat.plugins'
66
archivesBaseName = "assertthat-bdd-gradle-tasks"
7-
version '1.9.2'
7+
version '1.9.4'
88

99
sourceCompatibility = 1.7
1010
targetCompatibility = 1.7
@@ -17,7 +17,7 @@ repositories {
1717
dependencies {
1818
implementation gradleApi()
1919
implementation localGroovy()
20-
compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.9.10'
20+
compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.9.12'
2121
}
2222

2323
task javadocJar(type: Jar) {

0 commit comments

Comments
 (0)