We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a702e5 commit 402f216Copy full SHA for 402f216
project/Build.scala
@@ -4,11 +4,11 @@ import play.Project._
4
5
object ScalikeJDBCAsyncProject extends Build {
6
7
- lazy val _version = "0.4.0-RC"
8
- lazy val scalikejdbcVersion = "2.0.0-RC3"
+ lazy val _version = "0.4.0"
+ lazy val scalikejdbcVersion = "2.0.1"
9
// TODO Scala 2.11 https://github.com/mauricio/postgresql-async/pull/87
10
lazy val mauricioVersion = "0.2.13"
11
- lazy val defaultPlayVersion = "2.2.3"
+ lazy val defaultPlayVersion = "2.3.0"
12
13
lazy val core = Project(
14
id = "core",
0 commit comments