diff --git a/CHANGELOG.md b/CHANGELOG.md index 81150529..091232ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +## 0.6.2 + +* Upgrade react-semanticui to 1.1.1 + ## 0.6.1 * Upgrade react-semanticui to 1.1.0 diff --git a/build.sbt b/build.sbt index 2207d0ae..6f2a8d13 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val reactJS = "16.13.1" val scalaJsReact = "1.7.4" val FUILess = "2.8.6" -val reactSUI = "1.1.0" +val reactSUI = "1.1.1" val Toasts = "0.6.5" parallelExecution in (ThisBuild, Test) := false