diff --git a/README.md b/README.md index 315b8f4..0b01896 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This library provides the ability to work with twiddle lists for arbitrary types Artifacts are published for Scala 2.12, 2.13, and 3 and all platforms (JVM, Scala.js, and Scala Native). ```scala -libraryDependencies += "org.typelevel" %%% "twiddles-core" % "0.7.2" // check Releases for the latest version +libraryDependencies += "org.typelevel" %% "twiddles-core" % "0.7.2" // check Releases for the latest version ``` ```scala diff --git a/docs/src/README.md b/docs/src/README.md index af14e5a..d234efb 100644 --- a/docs/src/README.md +++ b/docs/src/README.md @@ -11,7 +11,7 @@ This library provides the ability to work with twiddle lists for arbitrary types Artifacts are published for Scala 2.12, 2.13, and 3 and all platforms (JVM, Scala.js, and Scala Native). ```scala -libraryDependencies += "org.typelevel" %%% "twiddles-core" % "0.7.2" // check Releases for the latest version +libraryDependencies += "org.typelevel" %% "twiddles-core" % "0.7.2" // check Releases for the latest version ``` ```scala mdoc