We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ee4aa commit 2a2ecb8Copy full SHA for 2a2ecb8
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.2`. This may be added
+A binary is available on Maven Central as `com.softwaremill.magnolia1_2:magnolia_<scala-version>:1.1.3`. 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.2"
+libraryDependencies += "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.3"
128
129
130
For Scala 3, see the [scala3 branch](https://github.com/softwaremill/magnolia/tree/scala3).
0 commit comments