Skip to content
This repository has been archived by the owner on Mar 10, 2018. It is now read-only.

Commit

Permalink
update to Play 2.1.3, fix evolutions messages, improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dialex committed Aug 16, 2013
1 parent 812645e commit 4304363
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
This is your new Play 2.1 application
=====================================
~ DCID ~
========

This file will be packaged with your application, when using `play dist`.
*propose . discuss . decide*

## Release notes

### 0.0.0

- This
- That
1 change: 1 addition & 0 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ db.default.url="jdbc:h2:mem:play"
# ~~~~~
# You can disable evolutions if needed
# evolutionplugin=disabled
applyEvolutions.default=true

# Ebean configuration
# ~~~~~
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ logLevel := Level.Warn
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// Use the Play sbt plugin for Play projects
addSbtPlugin("play" % "sbt-plugin" % "2.1.2")
addSbtPlugin("play" % "sbt-plugin" % "2.1.3")

0 comments on commit 4304363

Please sign in to comment.