File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import play.Project._
55object ScalikeJDBCAsyncProject extends Build {
66
77 lazy val _version = " 0.3.3"
8- lazy val scalikejdbcVersion = " 1.7.0 "
9- lazy val mauricioVersion = " 0.2.8 "
8+ lazy val scalikejdbcVersion = " 1.7.3 "
9+ lazy val mauricioVersion = " 0.2.10 "
1010 lazy val defaultPlayVersion = " 2.2.1"
1111
1212 lazy val core = Project (
Original file line number Diff line number Diff line change 1- sbt.version =0.13.0
1+ sbt.version =0.13.1
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.typesafe.sbt" % " sbt-scalariform" % " [1.0,) " )
1+ addSbtPlugin(" com.typesafe.sbt" % " sbt-scalariform" % " 1.2.1 " )
22
33addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " [0.6,)" )
44
@@ -10,7 +10,7 @@ libraryDependencies <+= (sbtVersion){ sv =>
1010 }
1111}
1212
13- addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.2.0 " )
13+ addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.2.1 " )
1414
15- addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " [ 0.1,) " )
15+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.1.2 " )
1616
You can’t perform that action at this time.
0 commit comments