Skip to content

Commit f3beee3

Browse files
committed
remove publish to
1 parent 995ce69 commit f3beee3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import sbt.Keys.thisProjectRef
22
import xerial.sbt.Sonatype._
33

4-
ThisBuild / publishTo := sonatypePublishToBundle.value
54
ThisBuild / sonatypeCredentialHost := "central.sonatype.org"
6-
ThisBuild / organization := "io.waylay"
7-
ThisBuild / homepage := Some(url("https://waylay.io"))
5+
ThisBuild / organization := "io.waylay"
6+
ThisBuild / homepage := Some(url("https://waylay.io"))
87
ThisBuild / developers := List(
98
Developer(
109
"ramazanyich",
@@ -57,7 +56,7 @@ lazy val root = (project in file("."))
5756
"org.specs2" %% "specs2-core" % specs2Version % Test,
5857
"org.specs2" %% "specs2-junit" % specs2Version % Test,
5958
"de.leanovate.play-mockws" %% "play-mockws-3-0" % "3.0.8" % Test,
60-
"org.playframework" %% "play-ahc-ws" % playVersion % TestAndIntegrationTest, // needed for play-mockws
59+
"org.playframework" %% "play-ahc-ws" % playVersion % TestAndIntegrationTest, // needed for play-mockws
6160
"org.playframework" %% "play-test" % playVersion % TestAndIntegrationTest, // play-mockws depends on some types in this dependency
6261
"org.playframework" %% "play-ahc-ws-standalone" % playWsVersion % TestAndIntegrationTest,
6362
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion % TestAndIntegrationTest,

0 commit comments

Comments
 (0)