We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adeb55b commit 384c34dCopy full SHA for 384c34d
build.sbt
@@ -13,7 +13,7 @@ lazy val rootProject = (project in file("."))
13
IntegrationTest / dependencyClasspath := (IntegrationTest / dependencyClasspath).value ++ (Test / exportedProducts).value,
14
name:= "psg-cardano-wallet-api",
15
scalaVersion := "2.13.3",
16
- organization := "iog.psg",
+ organization := "solutions.iog",
17
homepage := Some(url("https://github.com/input-output-hk/psg-cardano-wallet-api")),
18
scmInfo := Some(ScmInfo(url("https://github.com/input-output-hk/psg-cardano-wallet-api"), "scm:[email protected]:input-output-hk/psg-cardano-wallet-api.git")),
19
developers := List(
0 commit comments