playframework / twirl

Twirl is Play's default template engine
Apache License 2.0
545 stars 108 forks source link

Patch updates #697

Closed scala-steward closed 11 months ago

scala-steward commented 11 months ago

About this PR

Updates:

Usage

✅ Please merge!

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

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!

âš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "org.scalameta", artifactId = "parsers" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalameta", artifactId = "parsers" } } ] ```

labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1

mkurz commented 11 months ago

@Mergifyio backport 1.6.x

mergify[bot] commented 11 months ago

backport 1.6.x

✅ Backports have been created

* [#698 [1.6.x] Patch updates (backport #697) by @scala-steward](https://github.com/playframework/twirl/pull/698) has been created for branch `1.6.x`