Skip to content

Commit de174eb

Browse files
committed
Merge pull request #45 from Zwergal/patch-2
Update README.md
2 parents 5a1045e + 3e57590 commit de174eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ If you're using Scala 2.11.x:
2121

2222
If you get a "not found" exception, you might need to edit the repos.txt of your Vert.x installation to use https. See [issue 35](https://github.com/vert-x/mod-mysql-postgresql/issues/35) (thanks, @dparshin!).
2323

24+
If you get `java.lang.ClassNotFoundException: org.vertx.scala.core.VertxAccess$class` please update your `langs.properties` scala entry to:
25+
26+
scala=io.vertx~lang-scala_2.10~1.1.0-M1:org.vertx.scala.platform.impl.ScalaVerticleFactory
27+
28+
If you're using Scala in your own project and want to use Scala 2.11, you can change `lang-scala_2.10` to `lang-scala_2.11`.
29+
2430
## Configuration
2531

2632
{

0 commit comments

Comments
 (0)