adobe-apiplatform / mesos-actor

An Akka based Mesos actor for creating Mesos frameworks.
Apache License 2.0
10 stars 8 forks source link

Update pureconfig to 0.11.1 and akka-management to 1.0.5 to eventually support Scala 2.13. #54

Closed markusthoemmes closed 4 years ago

markusthoemmes commented 4 years ago

See https://github.com/apache/openwhisk/issues/4741 for reference as to why this is needed.

codecov-io commented 4 years ago

Codecov Report

Merging #54 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files           6        6           
  Lines         128      128           
  Branches       14       11    -3     
=======================================
  Hits          122      122           
  Misses          6        6
Impacted Files Coverage Δ
...adobe/api/platform/runtime/mesos/MesosClient.scala 0% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f6fe94e...93a7079. Read the comment docs.

markusthoemmes commented 4 years ago

The pureconfig changes landed in Openwhisk itself.

tysonnorris commented 4 years ago

after missing this, I created a new pr #55 for the same; sorry about that