Skip to content

Commit 9642369

Browse files
authored
Merge pull request #13 from Atry/update/main/html-3.0.3
Update html to 3.0.3 in main
2 parents 8d5775b + bcd8590 commit 9642369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BindingHtmlToReact/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ libraryDependencies += {
2626
if (
2727
VersionNumber(scalaVersion.value).matchesSemVer(SemanticSelector(">=3"))
2828
) {
29-
"com.yang-bo" %%% "html" % "3.0.2" % Optional
29+
"com.yang-bo" %%% "html" % "3.0.3" % Optional
3030
} else {
3131
"com.yang-bo" %%% "html" % "2.0.2" % Optional
3232
}

ReactToBindingHtml/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ libraryDependencies += {
2626
if (
2727
VersionNumber(scalaVersion.value).matchesSemVer(SemanticSelector(">=3"))
2828
) {
29-
"com.yang-bo" %%% "html" % "3.0.2" % Optional
29+
"com.yang-bo" %%% "html" % "3.0.3" % Optional
3030
} else {
3131
"com.yang-bo" %%% "html" % "2.0.2" % Optional
3232
}

0 commit comments

Comments
 (0)