File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import Keys._
33
44object ScalikeJDBCAsyncProject extends Build {
55
6- lazy val _version = " 0.5.2-SNAPSHOT "
7- lazy val scalikejdbcVersion = " 2.1.0 "
6+ lazy val _version = " 0.5.2"
7+ lazy val scalikejdbcVersion = " 2.1.4 "
88 lazy val mauricioVersion = " 0.2.15"
99 lazy val defaultPlayVersion = play.core.PlayVersion .current
1010
@@ -16,7 +16,7 @@ object ScalikeJDBCAsyncProject extends Build {
1616 name := " scalikejdbc-async" ,
1717 version := _version,
1818 scalaVersion := " 2.10.4" ,
19- crossScalaVersions := " 2.11.2 " :: scalaVersion.value :: Nil ,
19+ crossScalaVersions := " 2.11.4 " :: scalaVersion.value :: Nil ,
2020 publishTo <<= version { (v : String ) => _publishTo(v) },
2121 publishMavenStyle := true ,
2222 resolvers ++= _resolvers,
Original file line number Diff line number Diff line change 1- sbt.version =0.13.5
1+ sbt.version =0.13.7-RC2
2+
Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")
22
33addSbtPlugin(" net.virtual-void" % " sbt-dependency-graph" % " 0.7.4" )
44
5- // https://github.com/playframework/playframework/issues/3327
6- addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.3.2" )
5+ addSbtPlugin(" com.typesafe.play" % " sbt-plugin" % " 2.3.6" )
76
87addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.1.6" )
98
109addSbtPlugin(" com.github.mpeltonen" % " sbt-idea" % " 1.6.0" )
1110
12- addSbtPlugin(" com.typesafe.sbt " % " sbt-pgp" % " 0.8.3 " )
11+ addSbtPlugin(" com.jsuereth " % " sbt-pgp" % " 1.0.0 " )
1312
1413scalacOptions += " -deprecation"
1514
You can’t perform that action at this time.
0 commit comments