mirror of https://github.com/sbt/sbt.git
Merge pull request #3651 from eed3si9n/wip/scala2124
Bump to Scala 2.12.4
This commit is contained in:
commit
9e85c08fb1
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue