You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Scala 2.12 updates
Bump dependencies to versions that support Scala 2.12.
* Fix incompatible scrooge api change.
They swapped the logger interface and now there's a different went to
silence the logging.
* Add scalactic as a transitive dep of scalatest
Newer versions of scalatest have scalactic as a dependency. Let bazel
know about it and add its a transitive dep.
* Add a missing dependency on util_core from scrooge rule
Add a missing dependency on Twitter's util_core from scrooge rule
Switch to a recent nightly build that has a fix for the flat classpath
caching bug that is breaking bazel's incremental compilation when worker
is enabled.
See bazel-contrib#251 (comment)
for the details of the bug.
* Disable jmh test
See bazel-contrib#295 for why it's
failing.
* Append YdisableFlatCpCaching to scalacopts by default
Append the `YdisableFlatCpCaching` compiler option by default as a
workaround to bazel-contrib#305
0 commit comments