Skip to content

Commit

Permalink
Update scala-reflect to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed May 5, 2024
1 parent a176a6a commit c1781bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object ProjectDependencies {

object Utils {
val dedicated: Seq[ModuleID] = List(
"org.scala-lang" % "scala-reflect" % "2.13.13"
"org.scala-lang" % "scala-reflect" % "2.13.14"
)
}

Expand All @@ -35,7 +35,7 @@ object ProjectDependencies {
object Generic {
val scala2: Seq[ModuleID] = Seq(
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.8",
"org.scala-lang" % "scala-reflect" % "2.13.13",
"org.scala-lang" % "scala-reflect" % "2.13.14",
"com.chuusai" %% "shapeless" % "2.3.10"
)
val scala3: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit c1781bb

Please sign in to comment.