From 63e852525f63a45a6fa4a21b1045d4c94d3f05b9 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Mon, 24 Feb 2025 10:42:25 +0100 Subject: [PATCH] Use bumped lobid version Complements 3cb37c178c920d705d24fb174fbd5febd2594d66. --- web/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/build.sbt b/web/build.sbt index 255816c94..310ff2ddf 100644 --- a/web/build.sbt +++ b/web/build.sbt @@ -1,6 +1,6 @@ name := "lobid-resources-web" -version := "1.0.1-SNAPSHOT" +version := "1.0.2-SNAPSHOT" scalaVersion := "2.11.12" @@ -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"