Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru committed Jan 30, 2022
1 parent 80648e6 commit 085336f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For the [Circe integration](https://newtypes.monix.io/docs/circe.html):

```scala
// For Circe version 0.14.x
libraryDependencies += "io.monix" %% "newtypes-circe-v0.14" % "0.2.1"
libraryDependencies += "io.monix" %% "newtypes-circe-v0-14" % "0.2.1"
```

NOTE: the [version scheme](https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html) is set to `early-semver`.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ lazy val integrationCirceV014 = crossProject(JSPlatform, JVMPlatform)
.dependsOn(core)
.settings(circeSharedSettings(CirceVersionV0_14))
.settings(
name := "newtypes-circe-v0.14",
name := "newtypes-circe-v0-14",
)

lazy val integrationCirceV014JVM = integrationCirceV014.jvm
Expand Down
2 changes: 1 addition & 1 deletion site/src/mdoc/docs/circe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Importing the [Circe](https://github.com/circe/circe) integration:

```scala
// For Circe version 0.14.x
libraryDependencies += "io.monix" %% "newtypes-circe-v0.14" % "@VERSION@"
libraryDependencies += "io.monix" %% "newtypes-circe-v0-14" % "@VERSION@"
```

Usage:
Expand Down

0 comments on commit 085336f

Please sign in to comment.