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 7277355 commit 991b99fCopy full SHA for 991b99f
project/Build.scala
@@ -3,9 +3,9 @@ import Keys._
3
4
object ScalikeJDBCAsyncProject extends Build {
5
6
- lazy val _version = "0.6.0-SNAPSHOT"
+ lazy val _version = "0.6.0"
7
lazy val scalikejdbcVersion = "2.4.0"
8
- lazy val mauricioVersion = "0.2.18" // provided
+ lazy val mauricioVersion = "0.2.19" // provided
9
lazy val postgresqlVersion = "9.4-1201-jdbc41"
10
lazy val defaultPlayVersion = play.core.PlayVersion.current
11
0 commit comments