8000
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 e1db9ec commit fa48088Copy full SHA for fa48088
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.0"
+ 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