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"