Skip to content

Commit

Permalink
Merge pull request #3343 from scala-steward/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.14
  • Loading branch information
mergify[bot] authored May 6, 2024
2 parents 60f1864 + fa1e8a7 commit f922732
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
"dummy" -> List(JVMPlatform)
)

val Scala213 = "2.13.13"
val Scala213 = "2.13.14"

/// sbt-typelevel configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ object Resolver {
val mavenCentral: MavenRepository =
MavenRepository("public", "https://repo1.maven.org/maven2/", None, Nil)

@annotation.nowarn("cat=unused-locals")
implicit val resolverCodec: Codec[Resolver] = {
implicit val customConfig: Configuration = Configuration.default.withDefaults
deriveConfiguredCodec
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ object Scope {
f(fa.value, lb)
}

@annotation.nowarn("cat=unused-params")
implicit def scopeCodec[A: Decoder: Encoder]: Codec[Scope[A]] =
deriveCodec

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ object Json {
implicit val defaultReviewerDecoder: Decoder[DefaultReviewer] = deriveDecoder
implicit val linkDecoder: Decoder[Link] = deriveDecoder
implicit val newPREncoder: Encoder[NewPR] = deriveEncoder
@annotation.nowarn("cat=unused-params")
implicit def pageDecoder[A: Decoder]: Decoder[Page[A]] = deriveDecoder
implicit val prDecoder: Decoder[PR] = deriveDecoder
implicit val projectCodec: Codec[Project] = deriveCodec
Expand Down

0 comments on commit f922732

Please sign in to comment.