Skip to content

Commit c6990dc

Browse files
committed
Update kind-projector to 0.9.10
1 parent 5a7b72a commit c6990dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/js.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ enablePlugins(Example)
22

33
libraryDependencies += "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

77
jsDependencies in Test += RuntimeDOM
88

shared/src/main/scala/com/thoughtworks/binding/bindable/package.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]]`.

0 commit comments

Comments
 (0)