Skip to content

Commit

Permalink
Update docs: Fix intro.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kevin-lee committed Jan 6, 2024
1 parent 73377d8 commit 14966f4
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,20 +324,13 @@ values={[
In `build.sbt`,

```scala
"io.kevinlee" %% "refined4s-core" % "@VERSION@"
,
"io.kevinlee" %% "refined4s-cats" % "@VERSION@"
,
"io.kevinlee" %% "refined4s-circe" % "@VERSION@"
,
"io.kevinlee" %% "refined4s-pureconfig" % "@VERSION@"
,
"io.kevinlee" %% "refined4s-doobie-ce2" % "@VERSION@"
, // Use either refined4s-doobie-ce2
"io.kevinlee" %% "refined4s-doobie-ce3" % "@VERSION@"
, // OR refined4s-doobie-ce3
"io.kevinlee" %% "refined4s-extras-render" % "@VERSION@"
,
"io.kevinlee" %% "refined4s-core" % "@VERSION@",
"io.kevinlee" %% "refined4s-cats" % "@VERSION@",
"io.kevinlee" %% "refined4s-circe" % "@VERSION@",
"io.kevinlee" %% "refined4s-pureconfig" % "@VERSION@",
"io.kevinlee" %% "refined4s-doobie-ce2" % "@VERSION@", // Use either refined4s-doobie-ce2
"io.kevinlee" %% "refined4s-doobie-ce3" % "@VERSION@", // OR refined4s-doobie-ce3
"io.kevinlee" %% "refined4s-extras-render" % "@VERSION@",
```

</TabItem>
Expand Down

0 comments on commit 14966f4

Please sign in to comment.