diff --git a/buildSrc/src/main/kotlin/ru/nsk/Versions.kt b/buildSrc/src/main/kotlin/ru/nsk/Versions.kt index b8156a1c..ec0733c5 100644 --- a/buildSrc/src/main/kotlin/ru/nsk/Versions.kt +++ b/buildSrc/src/main/kotlin/ru/nsk/Versions.kt @@ -1,7 +1,7 @@ object Versions { // library const val libraryGroup = "ru.nsk" - const val libraryVersion = "0.13.0" + const val libraryVersion = "0.14.0" // tools const val kotlin = "1.7.10" @@ -13,6 +13,6 @@ object Versions { const val apiVersion = "1.4" // dependencies - const val mockk = "1.12.5" - const val kotest = "5.4.0" + const val mockk = "1.12.7" + const val kotest = "5.4.2" } \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index f09d2a1c..7a16bee6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -412,7 +412,7 @@ choiceState { } ``` -### History states +### History state There are two types of history states, shallow and deep. Shallow history state is used to represent the most recently active child (its neighbour) of a parent state. It does not recurse into this child's active configuration (sub states),