Skip to content

Commit f1573bb

Browse files
committed
chore: update deps and vertx to latest version (v2.1.5)
Conflicts: gradle.properties
1 parent 4f9351d commit f1573bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ modowner=com.mycompany
55
modname=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
1111
testtimeout=300
@@ -20,19 +20,19 @@ produceJar=true
2020
createFatJar=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)
3838
clojureVersion=1.6.0
@@ -47,14 +47,14 @@ jythonVersion=2.5.3
4747
jrubyLangModVersion=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
5454
gradleVersion=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
6060
toolsVersion=2.0.3-final

0 commit comments

Comments
 (0)