Skip to content

Commit

Permalink
Bump to latest zinc release.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed May 9, 2018
1 parent 174fe4d commit 6f5acda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/pants/backend/jvm/subsystems/zinc.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def register_options(cls, register):
cls.register_jvm_tool(register,
'zinc',
classpath=[
JarDependency('org.pantsbuild', 'zinc-compiler_2.11', '0.0.4'),
JarDependency('org.pantsbuild', 'zinc-compiler_2.11', '0.0.5'),
])

cls.register_jvm_tool(register,
Expand All @@ -79,7 +79,7 @@ def register_options(cls, register):
cls.register_jvm_tool(register,
Zinc.ZINC_EXTRACTOR_TOOL_NAME,
classpath=[
JarDependency('org.pantsbuild', 'zinc-extractor_2.11', '0.0.3')
JarDependency('org.pantsbuild', 'zinc-extractor_2.11', '0.0.4')
])

@classmethod
Expand Down

0 comments on commit 6f5acda

Please sign in to comment.