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._
5
5
object ScalikeJDBCAsyncProject extends Build {
6
6
7
7
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 "
10
10
lazy val defaultPlayVersion = " 2.2.1"
11
11
12
12
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 " )
2
2
3
3
addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " [0.6,)" )
4
4
@@ -10,7 +10,7 @@ libraryDependencies <+= (sbtVersion){ sv =>
10
10
}
11
11
}
12
12
13
- addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.2.0 " )
13
+ addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.2.1 " )
14
14
15
- addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " [ 0.1,) " )
15
+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.1.2 " )
16
16
You can’t perform that action at this time.
0 commit comments