Skip to content

Commit

Permalink
Upgrade zinc so that it works in Scala 2.12.7
Browse files Browse the repository at this point in the history
The bridge had a 2.12.7 incompatible change.
  • Loading branch information
jvican committed Oct 3, 2018
1 parent 0348cca commit 732f6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package build

object Dependencies {
val nailgunVersion = "0c8b937b"
val zincVersion = "1.2.1+76-109107b0"
val zincVersion = "1.2.1+92-2425db16"
val bspVersion = "1.0.0-M4"
val scalazVersion = "7.2.20"
val coursierVersion = "1.1.0-M3"
Expand Down

0 comments on commit 732f6d8

Please sign in to comment.