Skip to content

Commit

Permalink
Update magnolia to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
datahub-rewrite-bot committed Apr 28, 2024
1 parent c613d50 commit 2ecb83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ lazy val core = crossProject(JVMPlatform)
libraryDependencies ++= {
if (scalaVersion.value.startsWith("3")) {
Seq(
"com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.5"
"com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.6"
)
} else {
// scala2
Expand Down

0 comments on commit 2ecb83f

Please sign in to comment.