We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5966b commit f406cfeCopy full SHA for f406cfe
readme.md
@@ -120,11 +120,11 @@ shown.
120
121
For Scala 2:
122
123
-A binary is available on Maven Central as `com.softwaremill.magnolia1_2:magnolia_<scala-version>:1.1.7`. This may be added
+A binary is available on Maven Central as `com.softwaremill.magnolia1_2:magnolia_<scala-version>:1.1.8`. This may be added
124
to an [sbt](https://www.scala-sbt.org/) build with:
125
126
```
127
-libraryDependencies += "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.7"
+libraryDependencies += "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.8"
128
129
130
For Scala 3, see the [scala3 branch](https://github.com/softwaremill/magnolia/tree/scala3).
0 commit comments