From eaba77f1584f1da75ca320f229c5761f9c6f1cda Mon Sep 17 00:00:00 2001 From: Tamino Dauth Date: Tue, 26 Feb 2019 12:48:57 +0100 Subject: [PATCH] Fix #18 --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7661275..1f00b42 100644 --- a/build.sbt +++ b/build.sbt @@ -19,8 +19,7 @@ fork := true resolvers += "nexus-retest-maven-all" at " https://nexus.retest.org/repository/all/" // Dependencies to represent states and actions: -libraryDependencies += "de.retest" % "surili-model" % "0.1.0-SNAPSHOT" % "provided" withSources () withJavadoc () -libraryDependencies += "de.retest" % "retest-sut-api" % "3.2.0" % "provided" withSources () withJavadoc () +libraryDependencies += "de.retest" % "surili-commons" % "0.1.0" % "provided" withSources () withJavadoc () // Dependencies to write GML files for yEd: libraryDependencies += "com.github.systemdir.gml" % "GMLWriterForYed" % "2.1.0"