Skip to content

Commit

Permalink
Merge pull request #1706 from scala-steward/update/magnolia-1.0.0
Browse files Browse the repository at this point in the history
Update magnolia to 1.0.0
  • Loading branch information
mergify[bot] committed Dec 26, 2021
2 parents 41ad39c + 3158041 commit 6556d00
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 @@ -280,7 +280,7 @@ lazy val core: ProjectMatrix = (projectMatrix in file("core"))
)
case _ =>
Seq(
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.0.0-M8",
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.0.0",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
"com.47deg" %%% "scalacheck-toolbox-datetime" % "0.6.0" % Test
)
Expand Down

0 comments on commit 6556d00

Please sign in to comment.