Created
October 1, 2014 09:00
-
-
Save jaceklaskowski/47aff71185ace8cc2508 to your computer and use it in GitHub Desktop.
rxscala 0.21.1 and Scala 2.11.2 - to get you going quickly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libraryDependencies += "io.reactivex" %% "rxscala" % "0.21.1" | |
scalaVersion := "2.11.2" | |
initialCommands in console := """ | |
import rx.lang.scala._ | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment