Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy authored Nov 2, 2017
1 parent 2e7be3c commit b7f955c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
Spark - a tiny web framework for Java 8
==============================================

**NEWS**: Spark 2.6.0 is out. Please try it out and report any bugs.
**NEWS**: Spark 2.7.0 is out. Please try it out and report any bugs.
```xml
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>
```

Expand All @@ -29,7 +29,7 @@ Getting started
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>
```

Expand Down

0 comments on commit b7f955c

Please sign in to comment.