Skip to content

Commit 7499261

Browse files
committed
Bumped versions
1 parent 00e7256 commit 7499261

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

project/Build.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import play.Project._
55
object ScalikeJDBCAsyncProject extends Build {
66

77
lazy val _version = "0.3.5-SNAPSHOT"
8-
lazy val scalikejdbcVersion = "1.7.3"
8+
lazy val scalikejdbcVersion = "1.7.4"
99
lazy val mauricioVersion = "0.2.11"
1010
lazy val defaultPlayVersion = "2.2.1"
1111

@@ -28,8 +28,8 @@ object ScalikeJDBCAsyncProject extends Build {
2828
"com.github.mauricio" %% "mysql-async" % mauricioVersion % "provided",
2929
"org.postgresql" % "postgresql" % "9.3-1100-jdbc41" % "test",
3030
"mysql" % "mysql-connector-java" % "5.1.28" % "test",
31-
"org.scalatest" %% "scalatest" % "1.9.1" % "test",
32-
"ch.qos.logback" % "logback-classic" % "1.0.13" % "test"
31+
"org.scalatest" %% "scalatest" % "1.9.2" % "test",
32+
"ch.qos.logback" % "logback-classic" % "1.1.1" % "test"
3333
)
3434
},
3535
sbtPlugin := false,
@@ -79,8 +79,8 @@ object ScalikeJDBCAsyncProject extends Build {
7979
"org.scalikejdbc" %% "scalikejdbc-interpolation" % scalikejdbcVersion,
8080
"com.github.mauricio" %% "postgresql-async" % mauricioVersion,
8181
"com.github.mauricio" %% "mysql-async" % mauricioVersion,
82-
"org.postgresql" % "postgresql" % "9.2-1004-jdbc41",
83-
"com.github.tototoshi" %% "play-flyway" % "1.0.0",
82+
"org.postgresql" % "postgresql" % "9.3-1100-jdbc41",
83+
"com.github.tototoshi" %% "play-flyway" % "1.0.1",
8484
"mysql" % "mysql-connector-java" % "5.1.28",
8585
"org.json4s" %% "json4s-ext" % "3.2.6",
8686
"com.github.tototoshi" %% "play-json4s-native" % "0.2.0"

0 commit comments

Comments
 (0)