snowplow / snowplow-scala-tracker

Snowplow event tracker for Scala. Add analytics to your Scala, Akka and Play apps and servers
http://snowplowanalytics.com
8 stars 14 forks source link

Update circe to 0.12.2, circe optics to 0.12.0, cats-effect to 2.0.0 (closes #128) #131

Closed melgenek closed 4 years ago

melgenek commented 5 years ago

Versions update is a prerequisite for scala 2.13 compilation. Cats is updated along with circe, so that cats-core version is the same. Scala 2.11 is not supported by circe any more, so cross compilation does not have 2.11.

codecov-io commented 4 years ago

Codecov Report

Merging #131 into master will decrease coverage by 0.10%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
- Coverage   69.12%   69.01%   -0.11%     
==========================================
  Files          15       15              
  Lines         285      284       -1     
  Branches       15       12       -3     
==========================================
- Hits          197      196       -1     
  Misses         88       88              
Impacted Files Coverage Δ
...s/snowplow/scalatracker/metadata/Ec2Metadata.scala 57.14% <0.00%> (-1.48%) :arrow_down:

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 dead2a1...de640d2. Read the comment docs.