We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e972a4 commit 9f0f53dCopy full SHA for 9f0f53d
BindingHtmlToReact/build.sbt
@@ -26,7 +26,7 @@ libraryDependencies += {
26
if (
27
VersionNumber(scalaVersion.value).matchesSemVer(SemanticSelector(">=3"))
28
) {
29
- "com.yang-bo" %%% "html" % "3.0.2" % Optional
+ "com.yang-bo" %%% "html" % "3.0.3" % Optional
30
} else {
31
"com.yang-bo" %%% "html" % "2.0.2" % Optional
32
}
@@ -74,4 +74,4 @@ webpack / version := {
74
75
"5.98.0"
76
77
-}
+}
ReactToBindingHtml/build.sbt
0 commit comments