Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaJCB committed Dec 6, 2016
1 parent 8f93429 commit 19d263e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ name := "RxScala.js"

normalizedName := "rxscala-js"

version := "0.10.0"
version := "0.11.0"

organization := "com.github.lukajcb"

scalaVersion := "2.12.0"
scalaVersion := "2.12.1"

crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0")
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")


libraryDependencies ++= Seq(
Expand Down

0 comments on commit 19d263e

Please sign in to comment.