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 02053ad commit e1db9ecCopy full SHA for e1db9ec
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-SNAPSHOT"
+ val version = "0.3.0"
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