Skip to content

Commit

Permalink
Publish to Epimorphics
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtucker authored Aug 25, 2024
1 parent f9542a5 commit 9b41564
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt"))

0 comments on commit 9b41564

Please sign in to comment.