Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import play.Project._
object ScalikeJDBCAsyncProject extends Build {

lazy val _version = "0.3.3"
lazy val scalikejdbcVersion = "1.7.0"
lazy val mauricioVersion = "0.2.8"
lazy val scalikejdbcVersion = "1.7.3"
lazy val mauricioVersion = "0.2.10"
lazy val defaultPlayVersion = "2.2.1"

lazy val core = Project(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.0
sbt.version=0.13.1
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "[1.0,)")
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.1")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "[0.6,)")

Expand All @@ -10,7 +10,7 @@ libraryDependencies <+= (sbtVersion){ sv =>
}
}

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.1")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "[0.1,)")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.2")