Skip to content

Instantly share code, notes, and snippets.

@jaceklaskowski
Created October 1, 2014 09:00
Show Gist options
  • Save jaceklaskowski/47aff71185ace8cc2508 to your computer and use it in GitHub Desktop.
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
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