diff --git a/build.sbt b/build.sbt index ccc7fbf..af2c4a3 100644 --- a/build.sbt +++ b/build.sbt @@ -39,15 +39,15 @@ libraryDependencies += "com.ibm.icu" % "icu4j" % "72.1" libraryDependencies += "org.apache.commons" % "commons-csv" % "1.10.0" libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.10" -publishTo := Some("GitHub Maven package repo for GSS-Cogs" at "https://maven.pkg.github.com/gss-cogs/csvw-check") +publishTo := Some("GitHub Maven package repo for GSS-Cogs" at "https://maven.pkg.github.com/epimorphics/csvw-check") publishMavenStyle := true credentials += Credentials( "GitHub Package Registry", "maven.pkg.github.com", - "gss-cogs", + "epimorphics", sys.env.getOrElse("GITHUB_TOKEN", "") ) organizationName := "Crown Copyright (Office for National Statistics)" startYear := Some(2020) -licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")) \ No newline at end of file +licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt"))