-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which are the expected sbt dependencies to run the JSON example at the README? #258
Comments
Like many scala projects we don't publish a jar of the benchmarks. You can check the code out and run them that way. |
Ok, thanks. |
oh, sorry. If you want to play with that example: copy this file: and add the jawn dependency: cats-parse/project/Dependencies.scala Line 11 in bdc11c8
Let me know if that doesn't work. |
@johnynek it works fine when you copy this file. |
I cannot import
bench
:import cats.parse.bench.self.JsonStringUtil
My sbt is as folllows:
The text was updated successfully, but these errors were encountered: