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 77d0a05 commit f0e7091Copy full SHA for f0e7091
project/VertxScalaBuild.scala
@@ -6,7 +6,7 @@ import sbt._
6
object Variables {
7
val org = "io.vertx"
8
val name = "mod-mysql-postgresql"
9
- val version = "0.3.1"
+ val version = "0.4.0-SNAPSHOT"
10
val scalaVersion = "2.10.4"
11
val crossScalaVersions = Seq("2.10.4", "2.11.2")
12
val description = "Fully async MySQL / PostgreSQL module for Vert.x"
0 commit comments