Skip to content

Commit

Permalink
Update HTRC library dependencies version
Browse files Browse the repository at this point in the history
The versions of "data-model" and "scala-utils" under "org.hathitrust.htrc" library dependencies were updated to version "2.15.0". This allows for greater compatibility and access to the newest features.
  • Loading branch information
borice committed May 12, 2024
1 parent f109084 commit 9a7a5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ lazy val `feature-extractor` = (project in file("."))
"corpus for aiding in conducting 'distant-reading' (aka non-consumptive) research",
licenses += "Apache2" -> url("http://www.apache.org/licenses/LICENSE-2.0"),
libraryDependencies ++= Seq(
"org.hathitrust.htrc" %% "data-model" % "2.14.1",
"org.hathitrust.htrc" %% "scala-utils" % "2.14.4",
"org.hathitrust.htrc" %% "data-model" % "2.15.0",
"org.hathitrust.htrc" %% "scala-utils" % "2.15.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"edu.stanford.nlp" % "stanford-corenlp" % "4.5.7",
"edu.stanford.nlp" % "stanford-corenlp" % "4.5.7"
Expand Down

0 comments on commit 9a7a5ac

Please sign in to comment.