File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
shared/src/main/scala/com/thoughtworks/binding/bindable Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ enablePlugins(Example)
22
33libraryDependencies += " com.thoughtworks.binding" %%% " dom" % " 11.7.0" % Test
44
5- addCompilerPlugin(" org.spire-math" %% " kind-projector" % " 0.9.9 " )
5+ addCompilerPlugin(" org.spire-math" %% " kind-projector" % " 0.9.10 " )
66
77jsDependencies in Test += RuntimeDOM
88
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ package bindable {
9393 * [[https://github.com/non/kind-projector kind-projector ]],
9494 * which can be enabled by adding the following setting into your `build.sbt`:
9595 *
96- * <pre>addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.9 ")</pre>
96+ * <pre>addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.10 ")</pre>
9797 *
9898 * The `mySection` method accepts any parameter who is a subtype of `Binding[String]`.
9999 *
@@ -225,7 +225,7 @@ package bindable {
225225 * [[https://github.com/non/kind-projector kind-projector ]],
226226 * which can be enabled by adding the following setting into your `build.sbt`:
227227 *
228- * <pre>addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.9 ")</pre>
228+ * <pre>addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.10 ")</pre>
229229 *
230230 * The `mySection` method accepts any parameter who is a subtype of `Binding[Node]`
231231 * or `Binding[BindingSeq[Node]]`.
You can’t perform that action at this time.
0 commit comments