Skip to content

Commit

Permalink
Prepare for release 17.10
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
thibaultmeyer committed Oct 13, 2017
1 parent 9dcc13a commit 2cca98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import sbt.inc.Analysis
import interplay.ScalaVersions._

val PlayVersion = playVersion(sys.props.getOrElse("play.version", "2.6.3"))
val PlayEnhancerVersion = "1.2.1"
val PlayEnhancerVersion = "1.2.2"
val EbeanVersion = "11.1.1"
val EbeanAgentVersion = "11.1.1"
val EbeanDBMigrationVersion = "10.3.1"
val TypesageConfigVersion = "1.3.1"
val TypesageConfigVersion = "1.3.2"

lazy val root = project
.in(file("."))
Expand Down

0 comments on commit 2cca98c

Please sign in to comment.