diff --git a/.gitignore b/.gitignore index f4b8d54..bc117aa 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ TAGS *~ .#* .lib +/.idea diff --git a/build.sbt b/build.sbt index 5d2411a..4d2d067 100644 --- a/build.sbt +++ b/build.sbt @@ -4,13 +4,13 @@ lazy val chainSettings = Seq( organization := "org.spire-math", licenses += ("MIT", url("http://opensource.org/licenses/MIT")), homepage := Some(url("http://github.com/non/chain")), - scalaVersion := "2.11.8", - crossScalaVersions := Seq("2.10.6", "2.11.8"), + scalaVersion := "2.11.11", + crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.2"), scalacOptions ++= Seq( "-feature", "-deprecation", "-unchecked"), - libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.13.0" % "test", + libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.13.5" % "test", scalaJSStage in Global := FastOptStage, releaseCrossBuild := true, releasePublishArtifactsAction := PgpKeys.publishSigned.value, diff --git a/project/build.properties b/project/build.properties index a6e117b..27e88aa 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.8 +sbt.version=0.13.13 diff --git a/project/plugins.sbt b/project/plugins.sbt index 854e40d..172c312 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16")