Skip to content

Commit

Permalink
Release 1.0.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jul 14, 2021
1 parent b4db3a2 commit 694f6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ shown.

For Scala 2:

A binary is available on Maven Central as `com.softwaremill.magnolia1_2:magnolia_<scala-version>:1.0.0-M4`. This may be added
A binary is available on Maven Central as `com.softwaremill.magnolia1_2:magnolia_<scala-version>:1.0.0-M5`. This may be added
to an [sbt](https://www.scala-sbt.org/) build with:

```
libraryDependencies += "com.softwaremill.magnolia1_2" %% "magnolia" % "1.0.0-M4"
libraryDependencies += "com.softwaremill.magnolia1_2" %% "magnolia" % "1.0.0-M5"
```

For Scala 3, see the [scala3 branch](https://github.com/softwaremill/magnolia/tree/scala3).
Expand Down

0 comments on commit 694f6b9

Please sign in to comment.