Skip to content

Commit e66e59b

Browse files
Update scala-library to 2.12.14 (#27)
Updates [org.scala-lang:scala-library](https://github.com/scala/scala.git) from 2.12.13 to 2.12.14. 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`](https://github.com/scala-steward-org/scala-steward/blob/de88ae97a85503295cd9776dc87d140f2203799c/docs/repo-specific-configuration.md) file. Have a fantastic day writing Scala! <details> <summary>Files still referring to the old version number</summary> The following files still refer to the old version number (2.12.13). You might want to review and update them manually. ``` .github/workflows/test.yml ``` </details> <details> <summary>Ignore future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scala-lang", artifactId = "scala-library" } ] ``` </details> labels: library-update, semver-patch, old-version-remains
1 parent 2a3aab5 commit e66e59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy val versions = new {
2929
val munit = "0.7.26"
3030
val reactor = "0.8.0"
3131
val reactorGrpc = "1.0.1"
32-
val scala212 = "2.12.13"
32+
val scala212 = "2.12.14"
3333
val scala213 = "2.13.6"
3434
}
3535

0 commit comments

Comments
 (0)