@@ -4,10 +4,11 @@ import play.Project._
44
55object ScalikeJDBCAsyncProject extends Build {
66
7- lazy val _version = " 0.3.6-SNAPSHOT"
8- lazy val scalikejdbcVersion = " 2.0.0-beta2"
7+ lazy val _version = " 0.4.0-RC"
8+ lazy val scalikejdbcVersion = " 2.0.0-RC3"
9+ // TODO Scala 2.11 https://github.com/mauricio/postgresql-async/pull/87
910 lazy val mauricioVersion = " 0.2.13"
10- lazy val defaultPlayVersion = " 2.2.2 "
11+ lazy val defaultPlayVersion = " 2.2.3 "
1112
1213 lazy val core = Project (
1314 id = " core" ,
@@ -27,9 +28,9 @@ object ScalikeJDBCAsyncProject extends Build {
2728 " com.github.mauricio" %% " postgresql-async" % mauricioVersion % " provided" ,
2829 " com.github.mauricio" %% " mysql-async" % mauricioVersion % " provided" ,
2930 " org.postgresql" % " postgresql" % " 9.3-1101-jdbc41" % " test" ,
30- " mysql" % " mysql-connector-java" % " 5.1.30 " % " test" ,
31- " org.scalatest" %% " scalatest" % " 2.1.3 " % " test" ,
32- " ch.qos.logback" % " logback-classic" % " 1.1.2 " % " test"
31+ " mysql" % " mysql-connector-java" % " 5.1.+ " % " test" ,
32+ " org.scalatest" %% " scalatest" % " 2.1.+ " % " test" ,
33+ " ch.qos.logback" % " logback-classic" % " 1.1.+ " % " test"
3334 )
3435 },
3536 sbtPlugin := false ,
@@ -84,10 +85,10 @@ object ScalikeJDBCAsyncProject extends Build {
8485 " com.github.mauricio" %% " postgresql-async" % mauricioVersion,
8586 " com.github.mauricio" %% " mysql-async" % mauricioVersion,
8687 " org.postgresql" % " postgresql" % " 9.3-1101-jdbc41" ,
87- " com.github.tototoshi" %% " play-flyway" % " 1.0.1 " ,
88- " mysql" % " mysql-connector-java" % " 5.1.30 " ,
89- " org.json4s" %% " json4s-ext" % " 3.2.8 " ,
90- " com.github.tototoshi" %% " play-json4s-native" % " 0.2.0 "
88+ " com.github.tototoshi" %% " play-flyway" % " 1.0.+ " ,
89+ " mysql" % " mysql-connector-java" % " 5.1.+ " ,
90+ " org.json4s" %% " json4s-ext" % " 3.2.+ " ,
91+ " com.github.tototoshi" %% " play-json4s-native" % " 0.2.+ "
9192 )
9293 play.Project (appName, appVersion, appDependencies, path = file(" play-sample" )).settings(
9394 scalaVersion in ThisBuild := " 2.10.3" ,
0 commit comments