Skip to content

Commit 319a3d5

Browse files
authored
Fix tests when updating scala-library to 2.13.10 (#5)
1 parent 25c85cc commit 319a3d5

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
@@ -28,7 +28,7 @@ libraryDependencies += {
2828
) {
2929
"com.yang-bo" %%% "html" % "3.0.2" % Optional
3030
} else {
31-
"com.yang-bo" %%% "html" % "2.0.1" % Optional
31+
"com.yang-bo" %%% "html" % "2.0.2" % Optional
3232
}
3333
}
3434

ReactToBindingHtml/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ libraryDependencies += {
2828
) {
2929
"com.yang-bo" %%% "html" % "3.0.2" % Optional
3030
} else {
31-
"com.yang-bo" %%% "html" % "2.0.1" % Optional
31+
"com.yang-bo" %%% "html" % "2.0.2" % Optional
3232
}
3333
}
3434

0 commit comments

Comments
 (0)