File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11import sbt .Keys .thisProjectRef
22import xerial .sbt .Sonatype ._
33
4- ThisBuild / publishTo := sonatypePublishToBundle.value
54ThisBuild / 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" ))
87ThisBuild / 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 ,
You can’t perform that action at this time.
0 commit comments