Skip to content

Commit

Permalink
Update current versions table (playframework#185)
Browse files Browse the repository at this point in the history
* Update current versions table

* Fix travis badge
  • Loading branch information
mowcixo authored and marcospereira committed Jul 2, 2019
1 parent 2b88a89 commit e28c516
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# play-ebean

[![Build Status](https://travis-ci.org/playframework/play-ebean.svg?branch=master)](https://travis-ci.org/playframework/play-ebean) [![Maven](https://img.shields.io/maven-central/v/com.typesafe.play/play-ebean_2.12.svg)](http://mvnrepository.com/artifact/com.typesafe.play/play-ebean_2.12)
[![Build Status](https://travis-ci.com/playframework/play-ebean.svg?branch=master)](https://travis-ci.com/playframework/play-ebean)
[![Maven](https://img.shields.io/maven-central/v/com.typesafe.play/play-ebean_2.12.svg)](http://mvnrepository.com/artifact/com.typesafe.play/play-ebean_2.12)

This module provides Ebean support for Play Framework.

Expand All @@ -10,8 +11,10 @@ The Play Ebean plugin supports several different versions of Play and Ebean.

| Plugin version | Play version | Ebean version |
|----------------|--------------|---------------|
| 5.0.2 | 2.7.0 | 11.39.x |
| 5.0.1    | 2.7.0   | 11.32.x       |
| 5.0.0    | 2.7.0   | 11.22.x       |
| 4.1.4 | 2.6.x | 11.32.x |
| 4.1.3         | 2.6.x       | 11.15.x       |
| 4.1.0         | 2.6.x       | 11.7.x       |
| 4.0.6         | 2.6.x       | 10.4.x       |
Expand Down

0 comments on commit e28c516

Please sign in to comment.