fthomas / crjdt

A conflict-free replicated JSON datatype (CRDT) in Scala
https://fthomas.github.io/crjdt/
Apache License 2.0
296 stars 18 forks source link

Update sbt-scalajs, scalajs-compiler to 0.6.33 #134

Closed scala-steward closed 4 years ago

scala-steward commented 4 years ago

Updates

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-js" } ] ```

labels: library-update, semver-patch

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #134   +/-   ##
=======================================
  Coverage   97.51%   97.51%           
=======================================
  Files          11       11           
  Lines         282      282           
  Branches       10       10           
=======================================
  Hits          275      275           
  Misses          7        7           

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 058982a...900b70f. Read the comment docs.