Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 378 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 378 Bytes

mobx-slinky

Mobx bindings for slinky (powered by ScalablyTyped)

This is mostly a demo project to show how to use the library plugin

It is distributed for Scala 2.13 and Scala.js 1

resolvers += Resolver.bintrayRepo("oyvindberg", "libs")
libraryDependencies ++= Seq(
    "slinky-mobx" %%% "slinky-mobx" % "0.1" 
)