Skip to content

Commit

Permalink
Correct artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed May 11, 2020
1 parent 3cc530d commit ff8128b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ class KubernetesClientModule(val crossScalaVersion: String)
override def ivyDeps = super.ivyDeps() ++ Agg(ivy"org.scalatest::scalatest:3.1.1")
}

override def artifactName = "kubernetes-client"
def pomSettings =
PomSettings(
description = artifactName(),
description = "A Kubernetes client for Scala",
organization = "com.goyeau",
url = "https://github.com/joan38/kubernetes-client",
licenses = Seq(License.`Apache-2.0`),
Expand Down

0 comments on commit ff8128b

Please sign in to comment.