Skip to content

Commit

Permalink
Merge pull request sbt#3651 from eed3si9n/wip/scala2124
Browse files Browse the repository at this point in the history
Bump to Scala 2.12.4
  • Loading branch information
dwijnand authored Oct 20, 2017
2 parents 85af599 + ae860d5 commit 9e85c08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions notes/1.0.3/scala2124.markdown
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e85c08

Please sign in to comment.