Skip to content

Commit

Permalink
Update magnolia to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] committed May 12, 2024
1 parent c1781bb commit a5d868a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object ProjectDependencies {

object Generic {
val scala2: Seq[ModuleID] = Seq(
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.8",
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.9",

Check notice

Code scanning / Scalastyle (reported by Codacy)

The string literal "magnolia" appears 2 times in the file. Note

The string literal "magnolia" appears 2 times in the file.

Check warning

Code scanning / Codacy-scalameta-pro (reported by Codacy)

Prohibits usage of duplicated string literals. Warning

The string literal 'magnolia' appears 2 times in the file.
"org.scala-lang" % "scala-reflect" % "2.13.14",
"com.chuusai" %% "shapeless" % "2.3.10"
)
Expand Down

0 comments on commit a5d868a

Please sign in to comment.