knutwalker / akka-stream-json

Apache License 2.0
28 stars 14 forks source link

Bump all of the major versions #17

Closed mdedetrich closed 6 years ago

mdedetrich commented 6 years ago

This PR bumps all of the dependencies to latest versions, we need this because we are migrating to Circe 0.9.0

@knutwalker Is it possible to release this as 3.5.0?

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files           4        4           
  Lines          63       63           
  Branches        4        4           
=======================================
  Hits           54       54           
  Misses          9        9
Impacted Files Coverage Δ
...nutwalker/akka/http/support/CirceHttpSupport.scala 100% <ø> (ø) :arrow_up:
...a/de/knutwalker/akka/stream/JsonStreamParser.scala 85.71% <ø> (ø) :arrow_up:
...in/scala/de/knutwalker/akka/http/JsonSupport.scala 100% <ø> (ø) :arrow_up:
...alker/akka/stream/support/CirceStreamSupport.scala 76.92% <ø> (ø) :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 b5b85b3...4685e8b. Read the comment docs.

mdedetrich commented 6 years ago

@knutwalker If you merge https://github.com/knutwalker/sbt-knutwalker/pull/4 I can also bump the Scala 2.12 version

knutwalker commented 6 years ago

@mdedetrich released 3.5.0, along with the changes from #16

mdedetrich commented 6 years ago

@knutwalker Thanks heaps!