Skip to content

Commit 3790ea1

Browse files
authored
Update README.adoc
1 parent 90ec479 commit 3790ea1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ To follow this guide you should know the basics of testing and JUnit (4), but ot
4141
Some headers related to code will have a code-link behind their name directing to the corresponding class in the GitHub-Repository.
4242

4343
== Setup
44-
For an IDE, **IntelliJ IDEA 2017 and above** is recommended right now since it brings native support for JUnit 5.
45-
As for dependencies:
4644

4745
.**Maven**
4846
[source,xml]
@@ -54,7 +52,7 @@ As for dependencies:
5452
<scope>test</scope>
5553
</dependency>
5654
----
57-
If you need lagacy support for JUnit 4 or even JUnit 3 to run in parallel to JUnit 5, you can add the following dependency to your project
55+
If you need lagacy support for JUnit 4 or even JUnit 3 to run in parallel to JUnit 5, you can add the following dependency with the right version to your project
5856
[source,xml]
5957
----
6058
<dependency>

0 commit comments

Comments
 (0)