Skip to content

Commit 6271012

Browse files
committed
scala lang 0.1.0
1 parent 1ed6a85 commit 6271012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/vertx.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def runModWithClasspath(URL[] classpath) {
171171

172172
task runMod(dependsOn: copyMod, description: 'Run the module using all the build dependencies (not using installed vertx') << {
173173
setSysProps()
174-
System.setProperty("vertx.langs.scala", "io.vertx~lang-scala~2.0.0-SNAPSHOT:org.vertx.scala.platform.impl.ScalaVerticleFactory")
174+
System.setProperty("vertx.langs.scala", "io.vertx~lang-scala~${scalaLangModVersion}:org.vertx.scala.platform.impl.ScalaVerticleFactory")
175175
def pm = PlatformLocator.factory.createPlatformManager()
176176
def latch = new CountDownLatch(1)
177177

src/main/resources/langs.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
scala=io.vertx~lang-scala~2.0.0-SNAPSHOT:org.vertx.scala.platform.impl.ScalaVerticleFactory
1+
scala=io.vertx~lang-scala~0.1.0:org.vertx.scala.platform.impl.ScalaVerticleFactory
22
.scala=scala

0 commit comments

Comments
 (0)