Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Fix #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tdauth committed Feb 26, 2019
1 parent 3c67139 commit eaba77f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eaba77f

Please sign in to comment.