lihaoyi / scala.rx

An experimental library for Functional Reactive Programming in Scala
984 stars 79 forks source link

Update scalajs-compiler to 0.6.32 #153

Closed scala-steward closed 4 years ago

scala-steward commented 4 years ago

Updates org.scala-js:scalajs-compiler from 0.6.31 to 0.6.32. Release Notes/Changelog

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.

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", artifactId = "scalajs-compiler" } ] ```

labels: library-update, semver-patch