We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a11b6 commit d738c6eCopy full SHA for d738c6e
1 file changed
build.gradle
@@ -15,7 +15,7 @@ def moshiVersion = '1.4.0'
15
def lombokVersion = '1.16.16'
16
17
def junitVersion = '4.12'
18
-def assertjVersion = '3.6.2'
+def assertjVersion = '3.7.0'
19
20
def privateConstructorVersion = '1.2.0'
21
@@ -45,7 +45,7 @@ buildscript {
45
46
dependencies {
47
classpath 'gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.1.8'
48
- classpath "io.freefair.gradle:gradle-plugins:0.9.9"
+ classpath "io.freefair.gradle:gradle-plugins:0.10.1"
49
}
50
51
0 commit comments