From 085336fd6ad4bc10c9fa67246fc8ae5dcf48b426 Mon Sep 17 00:00:00 2001 From: Alexandru Nedelcu Date: Sun, 30 Jan 2022 09:53:30 +0200 Subject: [PATCH] Fix README --- README.md | 2 +- build.sbt | 2 +- site/src/mdoc/docs/circe.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf8e218..031b586 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/build.sbt b/build.sbt index 96ebe36..88fcc83 100644 --- a/build.sbt +++ b/build.sbt @@ -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 diff --git a/site/src/mdoc/docs/circe.md b/site/src/mdoc/docs/circe.md index 32f0da2..efdd97b 100644 --- a/site/src/mdoc/docs/circe.md +++ b/site/src/mdoc/docs/circe.md @@ -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: