keynmol / http4s-laminar-stack

A complete example of a fullstack (I actually don't know what this means) Scala application, using http4s on the backend and Laminar and Scala.js on the frontend
66 stars 11 forks source link

Update laminar to 15.0.0 #85

Open keynmol-steward[bot] opened 1 year ago

keynmol-steward[bot] commented 1 year ago

Updates com.raquo:laminar from 0.14.5 to 15.0.0. GitHub Release Notes - Changelog - Version Diff

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!

Files still referring to the old version number The following files still refer to the old version number (0.14.5). You might want to review and update them manually. ``` build.sbt ```
Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.raquo", artifactId = "laminar" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.raquo", artifactId = "laminar" } }] ```

labels: library-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1