Skip to content

Commit bcd8590

Browse files
committed
Update html to 3.0.3 in main
1 parent 3fbc61b commit bcd8590

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)