Skip to content

Commit 5d6a01a

Browse files
committed
version 0.3.3
- #12 AsyncResultSet's columnIndex should be 1-origin to be compatible with JDBC
1 parent 9a9ab67 commit 5d6a01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import play.Project._
44

55
object ScalikeJDBCAsyncProject extends Build {
66

7-
lazy val _version = "0.3.2"
7+
lazy val _version = "0.3.3"
88
lazy val scalikejdbcVersion = "1.7.0"
99
lazy val mauricioVersion = "0.2.8"
1010
lazy val defaultPlayVersion = "2.2.1"

0 commit comments

Comments
 (0)