Skip to content

Commit 3fd98e2

Browse files
committed
update version in docs
1 parent a0c8664 commit 3fd98e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Use_Library.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Besides the interactive use of ArchiveSpark as a data analysis / corpus building
77

88
## Dependency
99

10-
The recommended way to include ArchiveSpark as a library in your project is through Maven. For this purpose, we have published ArchiveSpark to [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Carchivespark).
10+
The recommended way to include ArchiveSpark as a library in your project is through Maven. For this purpose, we have published ArchiveSpark on [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Carchivespark).
1111

12-
To include it from Maven Central in your Scala SBT project, add the following line to your `build.sbt` file (please check for the latest version):
12+
To include it from Maven Central in your Scala SBT project, add the following line to your `build.sbt` file (please [check for the latest version](https://search.maven.org/#search%7Cga%7C1%7Carchivespark)):
1313
```
14-
libraryDependencies += "com.github.helgeho" %% "archivespark" % "2.7.5"
14+
libraryDependencies += "com.github.helgeho" %% "archivespark" % "2.7.6"
1515
```
1616

1717
In addition to that, there are releases with the plain JAR files available on GitHub: https://github.com/helgeho/ArchiveSpark/releases.

0 commit comments

Comments
 (0)