Closed scala-steward-bot closed 8 months ago
diff --git a/org.atnos.site.Installation.html b/org.atnos.site.Installation.html
index 7503e1a..fbb6461 100644
--- a/org.atnos.site.Installation.html
+++ b/org.atnos.site.Installation.html
@@ -327,7 +327,7 @@ class="sourceCode scala"><code class="sourceCode scala"><span id="cb1-1"><a href
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a> <span class="cf">if</span> <span class="op">(</span>scalaBinaryVersion<span class="op">.</span>value <span class="op">==</span> <span class="st">"3"</span><span class="op">)</span> <span class="op">{</span></span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a> Nil</span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> <span class="op">}</span> <span class="cf">else</span> <span class="op">{</span></span>
-<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a> <span class="bu">Seq</span><span class="op">(</span><span class="fu">compilerPlugin</span><span class="op">(</span><span class="st">"org.typelevel"</span> <span class="op">%%</span> <span class="st">"kind-projector"</span> <span class="op">%</span> <span class="st">"0.13.2"</span> cross CrossVersion<span class="op">.</span>full<span class="op">))</span></span>
+<span id="cb1-8"><a href="#cb1-8" aria-hidden="true" tabindex="-1"></a> <span class="bu">Seq</span><span class="op">(</span><span class="fu">compilerPlugin</span><span class="op">(</span><span class="st">"org.typelevel"</span> <span class="op">%%</span> <span class="st">"kind-projector"</span> <span class="op">%</span> <span class="st">"0.13.3"</span> cross CrossVersion<span class="op">.</span>full<span class="op">))</span></span>
<span id="cb1-9"><a href="#cb1-9" aria-hidden="true" tabindex="-1"></a> <span class="op">}</span></span>
<span id="cb1-10"><a href="#cb1-10" aria-hidden="true" tabindex="-1"></a><span class="op">}</span></span>
<span id="cb1-11"><a href="#cb1-11" aria-hidden="true" tabindex="-1"></a></span>
About this PR
📦 Updates org.typelevel:kind-projector from
0.13.2
to0.13.3
Usage
✅ Please merge!
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!
The following files still refer to the old version number (0.13.2). You might want to review and update them manually.
âš™ Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.typelevel", artifactId = "kind-projector" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "kind-projector" } }] ```labels: library-update, early-semver-minor, semver-spec-patch, old-version-remains, commit-count:1