Skip to content

Commit b7f955c

Browse files
authored
Update README.md
1 parent 2e7be3c commit b7f955c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
Spark - a tiny web framework for Java 8
66
==============================================
77

8-
**NEWS**: Spark 2.6.0 is out. Please try it out and report any bugs.
8+
**NEWS**: Spark 2.7.0 is out. Please try it out and report any bugs.
99
```xml
1010
<dependency>
1111
<groupId>com.sparkjava</groupId>
1212
<artifactId>spark-core</artifactId>
13-
<version>2.6.0</version>
13+
<version>2.7.0</version>
1414
</dependency>
1515
```
1616

@@ -29,7 +29,7 @@ Getting started
2929
<dependency>
3030
<groupId>com.sparkjava</groupId>
3131
<artifactId>spark-core</artifactId>
32-
<version>2.6.0</version>
32+
<version>2.7.0</version>
3333
</dependency>
3434
```
3535

0 commit comments

Comments
 (0)