Skip to content

Commit

Permalink
sbt 1.0.2 and scala 2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jozic committed Oct 26, 2017
1 parent b209497 commit 0fec35e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -58,7 +58,7 @@ val publishSettings = sonatypeSettings ++ Seq(
val commonSettings = Seq(
organization := "com.daodecode",
scalaVersion := "2.11.11",
crossScalaVersions := Seq(scalaVersion.value, "2.12.3")
crossScalaVersions := Seq(scalaVersion.value, "2.12.4")
) ++ releaseSettings

val moduleSettings = commonSettings ++ Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=1.0.2
6 changes: 3 additions & 3 deletions project/plugins.sbt
@@ -1,11 +1,11 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")

addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.1.0")
addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.2.2")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")

addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "1.1.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "2.0.0")

0 comments on commit 0fec35e

Please sign in to comment.