File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
buildSrc/src/main/kotlin/ru/nsk Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
object Versions {
2
2
// library
3
3
const val libraryGroup = " ru.nsk"
4
- const val libraryVersion = " 0.13 .0"
4
+ const val libraryVersion = " 0.14 .0"
5
5
6
6
// tools
7
7
const val kotlin = " 1.7.10"
@@ -13,6 +13,6 @@ object Versions {
13
13
const val apiVersion = " 1.4"
14
14
15
15
// dependencies
16
- const val mockk = " 1.12.5 "
17
- const val kotest = " 5.4.0 "
16
+ const val mockk = " 1.12.7 "
17
+ const val kotest = " 5.4.2 "
18
18
}
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ choiceState {
412
412
}
413
413
```
414
414
415
- ### History states
415
+ ### History state
416
416
417
417
There are two types of history states, shallow and deep. Shallow history state is used to represent the most recently
418
418
active child (its neighbour) of a parent state. It does not recurse into this child's active configuration (sub states),
You can’t perform that action at this time.
0 commit comments