Skip to content

Commit 402f216

Browse files
committed
0.4.0
1 parent 6a702e5 commit 402f216

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import play.Project._
44

55
object ScalikeJDBCAsyncProject extends Build {
66

7-
lazy val _version = "0.4.0-RC"
8-
lazy val scalikejdbcVersion = "2.0.0-RC3"
7+
lazy val _version = "0.4.0"
8+
lazy val scalikejdbcVersion = "2.0.1"
99
// TODO Scala 2.11 https://github.com/mauricio/postgresql-async/pull/87
1010
lazy val mauricioVersion = "0.2.13"
11-
lazy val defaultPlayVersion = "2.2.3"
11+
lazy val defaultPlayVersion = "2.3.0"
1212

1313
lazy val core = Project(
1414
id = "core",

0 commit comments

Comments
 (0)