Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dodie authored Sep 24, 2021
1 parent ebc53c2 commit 5d4f8e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Works well with other testing tools and frameworks, for example:
- [Cucumber Java](https://github.com/dodie/scott/tree/master/scott-examples/cucumber-io-cucumber)
- Mockito

Supports Java 7+ (up to Java 13).
Supports Java 7+ (up to Java 17).


How to use
Expand All @@ -38,7 +38,7 @@ or modify your existing tests to make it work.
Add [hu.advanceweb.scott-gradle-plugin](https://plugins.gradle.org/plugin/hu.advancedweb.scott-gradle-plugin) to your [build.gradle](https://github.com/dodie/scott/blob/master/scott-examples/junit4/build.gradle):
```groovy
plugins {
id "hu.advanceweb.scott-gradle-plugin" version "3.6.0"
id "hu.advanceweb.scott-gradle-plugin" version "4.0.0"
}
```

Expand All @@ -57,7 +57,7 @@ Add the following to your [pom.xml](https://github.com/dodie/scott/blob/master/s
<plugin>
<groupId>hu.advancedweb</groupId>
<artifactId>scott-maven-plugin</artifactId>
<version>3.6.0</version>
<version>4.0.0</version>
<executions>
<execution>
<goals>
Expand All @@ -73,7 +73,7 @@ Add the following to your [pom.xml](https://github.com/dodie/scott/blob/master/s
<dependency>
<groupId>hu.advancedweb</groupId>
<artifactId>scott</artifactId>
<version>3.6.0</version>
<version>4.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5d4f8e4

Please sign in to comment.