Skip to content

Commit 11917cc

Browse files
committed
Update html to 3.0.3 in revert-7-update/main/scalajs-dom-2.4.0
1 parent 134f9ce commit 11917cc

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)