Skip to content

Commit

Permalink
Merge pull request #2 from barambani/versions
Browse files Browse the repository at this point in the history
Bumped some versions
  • Loading branch information
non authored Aug 13, 2018
2 parents 263d819 + 3810853 commit f2afe46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2",
crossScalaVersions := Seq("2.10.6", "2.11.12", "2.12.4"),
scalaVersion := "2.12.6",
crossScalaVersions := Seq("2.10.6", "2.11.12", "2.12.6"),
scalacOptions ++= Seq(
"-feature",
"-deprecation",
"-unchecked"),
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.13.5" % "test",
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.14.0" % "test",
//scalaJSStage in Global := FastOptStage, //FIXME how to update this for sbt 1.0?
releaseCrossBuild := true,
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.3
sbt.version=1.2.1
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.21")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.8")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22")

0 comments on commit f2afe46

Please sign in to comment.