Skip to content

Commit

Permalink
Merge pull request #92 from scala-steward/update/futurebinding-12.0.0
Browse files Browse the repository at this point in the history
Update futurebinding, jspromisebinding to 12.0.0
  • Loading branch information
Atry authored Jun 15, 2020
2 parents 0f58432 + 4cb801a commit 263b5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/js.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enablePlugins(ScalaJSBundlerPlugin)

enablePlugins(Example)

libraryDependencies += "com.thoughtworks.binding" %%% "jspromisebinding" % "12.0.0-M1"
libraryDependencies += "com.thoughtworks.binding" %%% "jspromisebinding" % "12.0.0"

addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3")

Expand Down
2 changes: 1 addition & 1 deletion shared/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.2" % Test

libraryDependencies += "com.thoughtworks.binding" %%% "binding" % "12.0.0"

libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "12.0.0-M1"
libraryDependencies += "com.thoughtworks.binding" %%% "futurebinding" % "12.0.0"

libraryDependencies += "org.typelevel" %% "simulacrum" % "1.0.0"

Expand Down

0 comments on commit 263b5a1

Please sign in to comment.