retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Update recheck and discard old dependencies #18

Closed beatngu13 closed 5 years ago

beatngu13 commented 5 years ago

recheck now contains all necessary dependencies from both retest-model and retest-sut-api, while I'm working on a new release of surili-commons (formerly surili-model). As soon as this is done, you should be able to go from this:

libraryDependencies += "de.retest" % "surili-model" % "0.1.0-SNAPSHOT" % "provided" withSources () withJavadoc ()
libraryDependencies += "de.retest" % "retest-sut-api" % "3.2.0" % "provided" withSources () withJavadoc ()

To this:

libraryDependencies += "de.retest" % "surili-commons" % "0.1.0" % "provided" withSources () withJavadoc ()