diff --git a/build.sbt b/build.sbt index c5ac64d0e001848c2b7d64b8c963fee69afce133..b7507c6ec71011ccb645a7772ff31017e52aafc8 100644 --- a/build.sbt +++ b/build.sbt @@ -35,9 +35,9 @@ libraryDependencies ++= Seq( "org.scala-lang" % "scala-compiler" % "2.11.6", "org.scalatest" %% "scalatest" % "2.2.4" % "test", "com.typesafe.akka" %% "akka-actor" % "2.3.4", - "info.hupel" %% "libisabelle" % "0.1", - "info.hupel" %% "libisabelle-setup" % "0.1", - "info.hupel" %% "pide-2015" % "0.1", + "info.hupel" %% "libisabelle" % "0.1.1", + "info.hupel" %% "libisabelle-setup" % "0.1.1", + "info.hupel" %% "pide-2015" % "0.1.1", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.6.0-rc2" )