Merge pull request #3651 from eed3si9n/wip/scala2124

Bump to Scala 2.12.4
This commit is contained in:
Dale Wijnand 2017-10-20 06:44:09 -05:00 committed by GitHub
commit 9e85c08fb1
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
- Uses Scala 2.12.4 for the build definition. This includes fix for runtime reflection of empty package members under Java 9. [#3587][3587] by [@eed3si9n][@eed3si9n]
[3587]: https://github.com/sbt/sbt/issues/3587
[@eed3si9n]: https://github.com/eed3si9n

View File

@ -8,7 +8,7 @@ object Dependencies {
val scala293 = "2.9.3"
val scala210 = "2.10.6"
val scala211 = "2.11.8"
val scala212 = "2.12.3"
val scala212 = "2.12.4"
val baseScalaVersion = scala212
// sbt modules