We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f697705 commit fb3bf2bCopy full SHA for fb3bf2b
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
}
ReactToBindingHtml/build.sbt
0 commit comments