Open scala-steward opened 2 weeks ago
:cry:
[info] QuotesSpec:
[info] Product
[info] should be inspected for elements
[info] - when Foo (0 milliseconds)
[info] - when generic Bar (0 milliseconds)
[info] when of non-case class
[info] - when there is no ProductOf (0 milliseconds)
[info] - when it's defined a ill-typed ProductOf (0 milliseconds)
[info] when it's defined a well-typed ProductOf
[info] - when by import *** FAILED *** (32 milliseconds)
[info] List() did not equal List("(val name,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class scala)),object Predef),type String))", "(val age,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int))") (QuotesSpec.scala:57)
[info] Analysis:
[info] Nil$(0: -> "(val name,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class scala)),object Predef),type String))", 1: -> "(val age,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int))")
[info] - when by local val *** FAILED *** (1 millisecond)
[info] List() did not equal List("(val name,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class scala)),object Predef),type String))", "(val age,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int))") (QuotesSpec.scala:63)
[info] Analysis:
[info] Nil$(0: -> "(val name,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class scala)),object Predef),type String))", 1: -> "(val age,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int))")
About this PR
Updates:
3.3.3
to3.3.4
3.3.3
to3.3.4
3.3.3
to3.3.4
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.scala-lang", artifactId = "scala3-compiler" }, { groupId = "org.scala-lang", artifactId = "scala3-library" }, { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala3-compiler" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala3-library_sjs1" } } ] ```labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:1