Skip to content

Commit 17146b3

Browse files
committed
[BUILD] Minor updates to the build.
1 parent 36a9d2b commit 17146b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import sbtrelease.Vcs
1919

2020
import scala.sys.process.Process
2121

22-
scalaVersion in ThisBuild := "2.12.4"
23-
crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.4")
22+
scalaVersion in ThisBuild := "2.12.7"
23+
crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.7")
2424

2525
organization in ThisBuild := "org.platanios"
2626

@@ -354,7 +354,7 @@ lazy val publishSettings = Seq(
354354
publishMavenStyle := true,
355355
// publishArtifact in Test := false,
356356
pomIncludeRepository := Function.const(false),
357-
publishTo := Some(
357+
publishTo in ThisBuild := Some(
358358
if (isSnapshot.value)
359359
Opts.resolver.sonatypeSnapshots
360360
else

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
3333
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.18")
3434

3535
// Packaging and publishing related plugins
36-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.8")
37-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
36+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9")
37+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
3838
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
3939

4040
// Generally useful plugins

0 commit comments

Comments
 (0)