Skip to content

Commit

Permalink
Use bumped lobid version
Browse files Browse the repository at this point in the history
Complements 3cb37c1.
  • Loading branch information
dr0i committed Feb 24, 2025
1 parent 9b4b833 commit 63e8525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "lobid-resources-web"

version := "1.0.1-SNAPSHOT"
version := "1.0.2-SNAPSHOT"

scalaVersion := "2.11.12"

Expand All @@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
"com.google.gdata" % "core" % "1.47.1" exclude ("com.google.guava", "guava"),
"org.easytesting" % "fest-assert" % "1.4" %Test,
"org.xbib.elasticsearch.plugin" % "elasticsearch-plugin-bundle" % "5.4.1.0",
"org.lobid" % "lobid-resources" % "1.0.1-SNAPSHOT" changing()
"org.lobid" % "lobid-resources" % "1.0.2-SNAPSHOT" changing()
)

resolvers += "Local Maven Repository" at Path.userHome.asFile.toURI.toURL + ".m2/repository"
Expand Down

0 comments on commit 63e8525

Please sign in to comment.