Skip to content

Commit 90d3171

Browse files
committed
Remove bintray settings
1 parent 174fc98 commit 90d3171

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.sbt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@ lazy val commonSettings = Seq(
2121
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.8", "2.12.13", "2.13.0", "2.13.5")
2222
)
2323

24-
lazy val publishSettings = Seq(
25-
bintrayOrganization := Some("epfl-lara"),
26-
bintrayRepository := "maven",
27-
)
28-
2924
lazy val root = (project in file(".")).
3025
configs(IntegrationTest).
3126
settings(commonSettings: _*).
32-
settings(publishSettings: _*).
3327
settings(Defaults.itSettings: _*)
3428

3529
publishMavenStyle := true

0 commit comments

Comments
 (0)