From fac787adf69dfa3a7edcdc7725c7aab907e97a4f Mon Sep 17 00:00:00 2001 From: Aleksey Troitskiy Date: Wed, 17 Jan 2024 15:26:41 +0300 Subject: [PATCH] fix typo in README lib deps --- README.md | 2 +- docs/src/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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