Skip to content

Commit b2e248e

Browse files
committed
trying some things
1 parent 567bfe3 commit b2e248e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.Keys.thisProjectRef
2-
3-
ThisBuild / organization := "io.waylay"
4-
ThisBuild / homepage := Some(url("https://waylay.io"))
2+
ThisBuild / sonatypeCredentialHost := "central.sonatype.com"
3+
ThisBuild / organization := "io.waylay"
4+
ThisBuild / homepage := Some(url("https://waylay.io"))
55
ThisBuild / developers := List(
66
Developer(
77
"ramazanyich",
@@ -54,7 +54,7 @@ lazy val root = (project in file("."))
5454
"org.specs2" %% "specs2-core" % specs2Version % Test,
5555
"org.specs2" %% "specs2-junit" % specs2Version % Test,
5656
"de.leanovate.play-mockws" %% "play-mockws-3-0" % "3.0.8" % Test,
57-
"org.playframework" %% "play-ahc-ws" % playVersion % TestAndIntegrationTest, // needed for play-mockws
57+
"org.playframework" %% "play-ahc-ws" % playVersion % TestAndIntegrationTest, // needed for play-mockws
5858
"org.playframework" %% "play-test" % playVersion % TestAndIntegrationTest, // play-mockws depends on some types in this dependency
5959
"org.playframework" %% "play-ahc-ws-standalone" % playWsVersion % TestAndIntegrationTest,
6060
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion % TestAndIntegrationTest,

0 commit comments

Comments
 (0)