Skip to content

Commit

Permalink
Roll back org change to allow sonatype to publish successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsherrylabs committed Jul 15, 2022
1 parent adeb55b commit 384c34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val rootProject = (project in file("."))
IntegrationTest / dependencyClasspath := (IntegrationTest / dependencyClasspath).value ++ (Test / exportedProducts).value,
name:= "psg-cardano-wallet-api",
scalaVersion := "2.13.3",
organization := "iog.psg",
organization := "solutions.iog",
homepage := Some(url("https://github.com/input-output-hk/psg-cardano-wallet-api")),
scmInfo := Some(ScmInfo(url("https://github.com/input-output-hk/psg-cardano-wallet-api"), "scm:git@github.com:input-output-hk/psg-cardano-wallet-api.git")),
developers := List(
Expand Down

0 comments on commit 384c34d

Please sign in to comment.