Skip to content

Commit

Permalink
changed jitpack lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-may committed Apr 22, 2019
1 parent 339eb73 commit 30b5fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In build.sbt add the jitpack resolver and library dependency:
resolvers += "jitpack" at "https://jitpack.io"
```
```
libraryDependencies += "com.github.nathaniel-may" % "buffered-zipper" % "1.0.0"
libraryDependencies += "com.github.nathaniel-may" % "BufferedZipper" % "1.0.0"
```

Before running the `BufferedZipper` with a `ByteLimit` restriction, the JVM being used to run the code must have the `javaagent` flag set to the `jamm` jar file. See the [jamm package](https://github.com/jbellis/jamm) for more information.
Expand Down

0 comments on commit 30b5fee

Please sign in to comment.