Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Upped version in examples to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stockinger committed Aug 29, 2017
1 parent 5f5be2a commit cdcbecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@ Getting started with TestEE.fi is really easy. First you need to add TestEE.fi t
<dependency>
<groupId>fi.testee</groupId>
<artifactId>testeefi-junit4-all</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -27,7 +27,7 @@ repositories {
mavenCentral()
}
dependencies {
testCompile 'fi.testee:testeefi-junit4-all:0.5.0'
testCompile 'fi.testee:testeefi-junit4-all:0.5.1'
testCompile 'ch.qos.logback:logback-classic:1.1.7'
}
```
Expand Down

0 comments on commit cdcbecf

Please sign in to comment.