Skip to content

Commit 9f0f53d

Browse files
committed
Update html to 3.0.3 in Atry-patch-1
1 parent 7e972a4 commit 9f0f53d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BindingHtmlToReact/build.sbt

+2-2
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
}
@@ -74,4 +74,4 @@ webpack / version := {
7474
} else {
7575
"5.98.0"
7676
}
77-
}
77+
}

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)