Skip to content

Commit 7a98fd3

Browse files
authored
Merge pull request #30 from nrkno/update/magnolia-1.2.7
Update magnolia to 1.2.7
2 parents b13f86f + 7778ebb commit 7a98fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ lazy val core = crossProject(JVMPlatform)
116116
libraryDependencies ++= {
117117
if (scalaVersion.value.startsWith("3")) {
118118
Seq(
119-
"com.softwaremill.magnolia1_3" %% "magnolia" % "1.1.5"
119+
"com.softwaremill.magnolia1_3" %% "magnolia" % "1.2.7"
120120
)
121121
} else {
122122
// scala2

0 commit comments

Comments
 (0)