Skip to content

Commit e7e011a

Browse files
committed
Merge pull request #13 from kxbmap/upgrade-deps
Upgrade dependencies
2 parents 5d6a01a + 01db7ca commit e7e011a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import play.Project._
55
object 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(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.0
1+
sbt.version=0.13.1

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "[1.0,)")
1+
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.1")
22

33
addSbtPlugin("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

0 commit comments

Comments
 (0)