Skip to content

Commit

Permalink
Solr: Upgrade to 7.7.2 (#1880)
Browse files Browse the repository at this point in the history
  • Loading branch information
giena authored and ennru committed Aug 12, 2019
1 parent b2d799b commit 26c52bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ object Dependencies {
)
)

val SolrjVersion = "7.4.0"
val SolrVersionForDocs = "7_4"
val SolrjVersion = "7.7.2"
val SolrVersionForDocs = "7_7"

val Solr = Seq(
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 26c52bf

Please sign in to comment.