File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ modowner=com.mycompany
55modname=my-module
66
77# Your module version
8- version=0.0.1
8+ version=0.0.1-SNAPSHOT
99
1010# The test timeout in seconds
1111testtimeout=300
@@ -20,19 +20,19 @@ produceJar=true
2020createFatJar=false
2121
2222# The version of Groovy language to compile against (if you are using Groovy compiled verticles or VertxTests)
23- groovyLangModVersion=2.1.0 -final
23+ groovyLangModVersion=2.1.1 -final
2424
2525# The version of Groovy to use (if you are using Groovy)
26- groovyVersion=2.3.3
26+ groovyVersion=2.3.7
2727
2828# The version of Scala language to compile against (if you are using Scala compiled verticles or VertxTests)
29- scalaLangModVersion=1.0.0
29+ scalaLangModVersion=1.1.0-SNAPSHOT
3030
3131# The version of Scala to use (if you are using Scala)
32- scalaVersion=2.11.1
32+ scalaVersion=2.11.4
3333
3434# The version of Clojure language to compile against (if you are using Clojure compiled verticles or VertxTests)
35- clojureLangModVersion=1.0.2
35+ clojureLangModVersion=1.0.4
3636
3737# The version of Clojure to use (if you are using Clojure)
3838clojureVersion=1.6.0
@@ -47,14 +47,14 @@ jythonVersion=2.5.3
4747jrubyLangModVersion=2.1.0-final
4848
4949# The version of JRuby to use (if you are using JRuby)
50- jrubyVersion=1.7.13
50+ jrubyVersion=1.7.16.1
5151
5252
5353# Gradle version
5454gradleVersion=2.2
5555
5656# The version of Vert.x
57- vertxVersion=2.1.2
57+ vertxVersion=2.1.5
5858
5959# The version of Vert.x test tools
6060toolsVersion=2.0.3-final
You can’t perform that action at this time.
0 commit comments