File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ import sbtrelease.Vcs
19
19
20
20
import scala .sys .process .Process
21
21
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 " )
24
24
25
25
organization in ThisBuild := " org.platanios"
26
26
@@ -354,7 +354,7 @@ lazy val publishSettings = Seq(
354
354
publishMavenStyle := true ,
355
355
// publishArtifact in Test := false,
356
356
pomIncludeRepository := Function .const(false ),
357
- publishTo := Some (
357
+ publishTo in ThisBuild := Some (
358
358
if (isSnapshot.value)
359
359
Opts .resolver.sonatypeSnapshots
360
360
else
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
33
33
addSbtPlugin(" com.47deg" % " sbt-microsites" % " 0.7.18" )
34
34
35
35
// 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 " )
38
38
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.0" )
39
39
40
40
// Generally useful plugins
You can’t perform that action at this time.
0 commit comments