Skip to content

Commit 2c89140

Browse files
authored
Merge pull request #34 from nrkno/update/magnolia-1.3.0
Update magnolia to 1.3.0
2 parents a53d584 + 80521d3 commit 2c89140

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.2.7"
119+
"com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.0"
120120
)
121121
} else {
122122
// scala2

0 commit comments

Comments
 (0)