Skip to content

Commit

Permalink
upgrade common (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovzla committed May 30, 2020
1 parent dfdcb6d commit 705227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.sbt
Expand Up @@ -8,7 +8,7 @@ libraryDependencies ++= {
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"com.typesafe.scala-logging" %% "scala-logging" % "3.5.0",
"ch.qos.logback" % "logback-classic" % "1.1.10",
"ai.lum" %% "common" % "0.1.2",
"ai.lum" %% "common" % "0.1.4",
"org.apache.lucene" % "lucene-core" % luceneVersion,
"org.apache.lucene" % "lucene-queryparser" % luceneVersion,
"org.apache.lucene" % "lucene-highlighter" % luceneVersion,
Expand Down

0 comments on commit 705227b

Please sign in to comment.