Skip to content

Commit fb3bf2b

Browse files
committed
Update html to 3.0.3 in Atry-patch-1
1 parent f697705 commit fb3bf2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BindingHtmlToReact/build.sbt

+1-1
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

+1-1
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)