Skip to content

Commit

Permalink
Branch to reproduce SI-8425
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Mar 17, 2014
1 parent 3d2a41e commit 303a0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Expand Up @@ -50,7 +50,7 @@ object MyBuild extends Build {
override lazy val settings = super.settings ++ Seq(
organization := "org.spire-math",

scalaVersion := "2.10.2",
scalaVersion := "2.11.0-RC1",

licenses := Seq("BSD-style" -> url("http://opensource.org/licenses/MIT")),
homepage := Some(url("http://spire-math.org")),
Expand Down Expand Up @@ -193,7 +193,7 @@ object MyBuild extends Build {
lazy val examplesSettings = Seq(
name := "spire-examples",
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "1.2.3",
"com.chuusai" % "shapeless_2.11" % "1.2.4",
"org.apfloat" % "apfloat" % "1.6.3",
"org.jscience" % "jscience" % "4.3.1"
)
Expand Down

0 comments on commit 303a0ff

Please sign in to comment.