File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ val dynver = project.settings(
33
33
libraryDependencies += " org.eclipse.jgit" % " org.eclipse.jgit" % " 5.10.0.202012080955-r" % Test ,
34
34
libraryDependencies += " org.scalacheck" %% " scalacheck" % " 1.15.2" % Test ,
35
35
36
- mimaSettings ,
36
+ publishSettings ,
37
37
)
38
38
39
39
import com .typesafe .tools .mima .core ._ , ProblemFilters ._
@@ -44,7 +44,13 @@ val sbtdynver = project.dependsOn(dynverP).enablePlugins(SbtPlugin).settings(
44
44
scriptedBufferLog := true ,
45
45
scriptedDependencies := Seq (dynver / publishLocal, publishLocal).dependOn.value,
46
46
47
+ publishSettings,
48
+ )
49
+
50
+ lazy val publishSettings = Def .settings(
47
51
mimaSettings,
52
+ bintrayPackage := " sbt-dynver" , // keep publishing to the same place
53
+ bintrayRepository := " sbt-plugins" ,
48
54
)
49
55
50
56
lazy val mimaSettings = Seq (
You can’t perform that action at this time.
0 commit comments