Skip to content

Commit

Permalink
Bump Scala in build.sc
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig authored and seldridge committed Sep 9, 2019
1 parent 7482243 commit cafc468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object chiselCompileOptions {
)
}

val crossVersions = Seq("2.12.6", "2.11.12")
val crossVersions = Seq("2.12.9", "2.11.12")

// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
val defaultVersions = Map("firrtl" -> "1.2-SNAPSHOT")
Expand Down

0 comments on commit cafc468

Please sign in to comment.