Skip to content

Commit bdc708e

Browse files
committed
Bump deps
1 parent 991b99f commit bdc708e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project/Build.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Keys._
44
object ScalikeJDBCAsyncProject extends Build {
55

66
lazy val _version = "0.6.0"
7-
lazy val scalikejdbcVersion = "2.4.0"
8-
lazy val mauricioVersion = "0.2.19" // provided
7+
lazy val scalikejdbcVersion = "2.4.2"
8+
lazy val mauricioVersion = "0.2.20" // provided
99
lazy val postgresqlVersion = "9.4-1201-jdbc41"
1010
lazy val defaultPlayVersion = play.core.PlayVersion.current
1111

@@ -29,7 +29,7 @@ object ScalikeJDBCAsyncProject extends Build {
2929
"com.github.mauricio" %% "mysql-async" % mauricioVersion % "provided",
3030
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
3131
"mysql" % "mysql-connector-java" % "5.1.+" % "test",
32-
"org.scalatest" %% "scalatest" % "2.2.+" % "test",
32+
"org.scalatest" %% "scalatest" % "3.0.0" % "test",
3333
"ch.qos.logback" % "logback-classic" % "1.1.+" % "test"
3434
)
3535
},
@@ -86,7 +86,7 @@ object ScalikeJDBCAsyncProject extends Build {
8686
"org.postgresql" % "postgresql" % postgresqlVersion,
8787
"com.github.tototoshi" %% "play-flyway" % "1.2.+",
8888
"mysql" % "mysql-connector-java" % "5.1.+",
89-
"org.json4s" %% "json4s-ext" % "3.2.11",
89+
"org.json4s" %% "json4s-ext" % "3.4.0",
9090
"com.github.tototoshi" %% "play-json4s-native" % "0.3.+"
9191
)
9292
Project(appName, file("play-sample")).enablePlugins(play.PlayScala).settings(

0 commit comments

Comments
 (0)