carueda / tscfg

Boilerplate-free, type-safe access to configuration properties in Java and Scala
Apache License 2.0
108 stars 18 forks source link

Update scala3-library to 3.1.2 #154

Closed scala-steward closed 2 years ago

scala-steward commented 2 years ago

Updates org.scala-lang:scala3-library from 3.1.0 to 3.1.2. GitHub Release Notes - Version Diff - 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 (3.1.0). You might want to review and update them manually. ``` ChangeLog.md ```
Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala3-library" } ] ```

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

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 96.763% when pulling 5b88ebe4c80e564b9197382a616e0be915bfd383 on scala-steward:update/scala3-library-3.1.2 into 4ffd69738cfed06deff98e3c1db1b2d08c25efef on carueda:main.