Skip to content

Commit 689f8fb

Browse files
committed
switch to AutomataLib 0.12.0
1 parent 68eabd4 commit 689f8fb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3232
* With the removal of the `learnlib-annotation-processor` artifact (see below), the `learnlib-build-config` artifact is now part of the `de.learnlib` group again.
3333
* The `learnlib-datastructure-ot`, `learnlib-datastructure-dt`, `learnlib-datastructure-list`, and `learnlib-datastructure-pta` artifacts have been merged into a new `learnlib-datastructures` artifact.
3434
* The `learnlib-oml` artifact (including its packages and class names) has been renamed to `learnlib-lambda`.
35+
* Switched to [AutomataLib 0.12.0](https://github.com/LearnLib/automatalib/releases/tag/automatalib-0.12.0).
3536

3637
### Removed
3738

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ limitations under the License.
252252
<tidy-pom.version>1.3.0</tidy-pom.version>
253253

254254
<!-- dependency versions -->
255-
<automatalib.version>0.12.0-SNAPSHOT</automatalib.version>
255+
<automatalib.version>0.12.0</automatalib.version>
256256
<build-tools.version>0.1.1</build-tools.version>
257257
<cacio.version>1.11.1</cacio.version>
258258
<checkerframework.version>3.48.3</checkerframework.version>

0 commit comments

Comments
 (0)