Skip to content
Snippets Groups Projects
Commit e7897507 authored by Lars Hupel's avatar Lars Hupel Committed by Etienne Kneuss
Browse files

bump libisabelle version for improved Windows compatibility

The test target `isabelle:test` now executes cleanly on Windows,
including bootstrapping.
parent b5b9b1e3
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,9 @@ libraryDependencies ++= Seq( ...@@ -35,9 +35,9 @@ libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % "2.11.6", "org.scala-lang" % "scala-compiler" % "2.11.6",
"org.scalatest" %% "scalatest" % "2.2.4" % "test", "org.scalatest" %% "scalatest" % "2.2.4" % "test",
"com.typesafe.akka" %% "akka-actor" % "2.3.4", "com.typesafe.akka" %% "akka-actor" % "2.3.4",
"info.hupel" %% "libisabelle" % "0.1", "info.hupel" %% "libisabelle" % "0.1.1",
"info.hupel" %% "libisabelle-setup" % "0.1", "info.hupel" %% "libisabelle-setup" % "0.1.1",
"info.hupel" %% "pide-2015" % "0.1", "info.hupel" %% "pide-2015" % "0.1.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.6.0-rc2" "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.6.0-rc2"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment