Skip to content

Commit

Permalink
Dry up incremental-compiler dep on sbt-interface.
Browse files Browse the repository at this point in the history
Testing Done:
Locally ran:
```console
$ OANTS_DEV=1 ./pants clean-all compile src/scala/::
```

CI went green here:
  https://travis-ci.org/pantsbuild/pants/builds/64450800

Bugs closed: 1602

Reviewed at https://rbcommons.com/s/twitter/r/2279/
  • Loading branch information
jsirois committed May 28, 2015
1 parent c7d5d22 commit 8cbd3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/jvm/com/typesafe/sbt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jar_library(
name='incremental-compiler',
jars=[
jar(org='com.typesafe.sbt', name='incremental-compiler', rev=SBT_REV, intransitive=True),
jar(org='com.typesafe.sbt', name='sbt-interface', rev=SBT_REV, intransitive=True)
],
dependencies=[
'//:sbt-interface',
'//:scala-compiler',
'//:scala-library',
]
Expand Down

0 comments on commit 8cbd3b8

Please sign in to comment.