Skip to content

Commit a037b6d

Browse files
authored
change testCompile to testImplementation for assertJ-db (#182)
1 parent 1077a32 commit a037b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/user-guide/assertj-db-quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For Gradle users (using the Maven Central Repository)
3535

3636
[source,java,subs=attributes+]
3737
----
38-
testCompile("org.assertj:assertj-db:{assertj-db-version}")
38+
testImplementation("org.assertj:assertj-db:{assertj-db-version}")
3939
----
4040

4141
===== Other dependency management tool

0 commit comments

Comments
 (0)