Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit dad4827

Browse files
authored
Merge pull request #166 from cquiroz/ver1.1.1
Upgrade SUIR
2 parents 6b00357 + 5dfab10 commit dad4827

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## 0.6.2
4+
5+
* Upgrade react-semanticui to 1.1.1
6+
37
## 0.6.1
48

59
* Upgrade react-semanticui to 1.1.0

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val reactJS = "16.13.1"
22
val scalaJsReact = "1.7.4"
33
val FUILess = "2.8.6"
4-
val reactSUI = "1.1.0"
4+
val reactSUI = "1.1.1"
55
val Toasts = "0.6.5"
66

77
parallelExecution in (ThisBuild, Test) := false

0 commit comments

Comments
 (0)