Skip to content

Commit

Permalink
Bump to zinc 1.0.3. (#5049)
Browse files Browse the repository at this point in the history
### Problem

#4729 is currently blocked on the fix for sbt/zinc#389, which is now released in zinc `1.0.3`.

### Solution

Bump to zinc 1.0.3 to pick up that fix.
  • Loading branch information
Stu Hood authored Nov 3, 2017
1 parent 575fa14 commit 3e5f680
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-RC3',
scala_jar(org='org.scala-sbt', name='zinc', rev='1.0.3',
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-RC3', force=True),
scala_jar(org='org.scala-sbt', name='util-logging', rev='1.0.0', 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-RC3', force=True),
scala_jar(org='org.scala-sbt', name='io', rev='1.0.0', force=True),
],
)

0 comments on commit 3e5f680

Please sign in to comment.