Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jjba23 committed Sep 30, 2024
1 parent 02cfd03 commit 2d2922f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ See the MockServer spec [[./zzspec/src/test/scala/mockservertest/MockServerSpec.

You can install ~zzspec~ just like any other Maven/Nexus package, by adding it as dependency to your project:
#+begin_src scala
libraryDependencies += ("zzspec" %% "zzspec" % "0.8.2") // or newer
libraryDependencies += ("io.github.jjba23" %% "zzspec" % "0.8.15" % Test) // or newer
#+end_src

ZZSpec will also pull some libraries with it, including ZIO, Circe and testcontainers.
Checkout the artifacts, which are hosted right here, on GitHub : https://github.com/jjba23/zzspec/packages/2255278 .
Artifacts are hosted on Maven central.

** Status of zzspec

Expand Down Expand Up @@ -146,7 +146,7 @@ By contributing, your work will be protected under the GNU Lesser General Public

* ✅ Work done

*** DONE Consider adding Slick instead of Scalikejdbc and also supporting SQLite databases
*** DONE Move to Slick instead of Scalikejdbc
CLOSED: <2024-09-24 di>

*** DONE Finalize initial phase Kafka testing
Expand Down

0 comments on commit 2d2922f

Please sign in to comment.