atnos-org / eff

Eff monad for cats - https://atnos-org.github.io/eff
MIT License
579 stars 78 forks source link

Update scala-library, scala-reflect to 2.12.19 #721

Closed scala-steward-bot closed 6 months ago

scala-steward-bot commented 7 months ago

About this PR

πŸ“¦ Updates

πŸ“œ GitHub Release Notes - Version Diff

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 (2.12.18). You might want to review and update them manually.

notes/v7.0.0.markdown
βš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang" } }] ```

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

github-actions[bot] commented 6 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">&quot;3&quot;</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">&quot;org.typelevel&quot;</span> <span class="op">%%</span> <span class="st">&quot;kind-projector&quot;</span> <span class="op">%</span> <span class="st">&quot;0.13.2&quot;</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">&quot;org.typelevel&quot;</span> <span class="op">%%</span> <span class="st">&quot;kind-projector&quot;</span> <span class="op">%</span> <span class="st">&quot;0.13.3&quot;</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>