Skip to content

Commit

Permalink
Update to zinc 1.0.0-RC3 (#4775)
Browse files Browse the repository at this point in the history
### Problem

The current version of zinc used in pants suffers from sbt/zinc#355, and thus hasn't been pulled in and released via #4729

### Solution

Bump to zinc 1.0.0-RC3, which pulls in the fix for sbt/zinc#355.
  • Loading branch information
Stu Hood committed Jul 28, 2017
1 parent 5c60019 commit 6470a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3rdparty/jvm/org/scala-sbt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
jar_library(
name='zinc',
jars=[
scala_jar(org='org.scala-sbt', name='zinc', rev='1.0.0-X20',
scala_jar(org='org.scala-sbt', name='zinc', rev='1.0.0-RC3',
excludes=[
exclude(org='org.scala-sbt', name='io_2.11'),
exclude(org='org.scala-sbt', name='util-logging_2.11'),
Expand All @@ -21,7 +21,7 @@ jar_library(
jars=[
# TODO: `zinc` only declares a dep on the `tests` classifier for
# util-logging for some reason. We redefine the dep here to get the full package.
scala_jar(org='org.scala-sbt', name='util-logging', rev='1.0.0-M27', force=True),
scala_jar(org='org.scala-sbt', name='util-logging', rev='1.0.0-RC3', force=True),
],
)

Expand All @@ -30,6 +30,6 @@ jar_library(
jars=[
# TODO: `zinc` only declares a dep on the `tests` classifier for
# io. We redefine the dep here to get the full package.
scala_jar(org='org.scala-sbt', name='io', rev='1.0.0-M13', force=True),
scala_jar(org='org.scala-sbt', name='io', rev='1.0.0-RC3', force=True),
],
)

0 comments on commit 6470a81

Please sign in to comment.