Skip to content

Commit

Permalink
referenced scala-k8s v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Sep 8, 2022
1 parent b4ce597 commit 20afcb0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@ ThisBuild / githubWorkflowBuild ~= {
case other => other
}
}
ThisBuild / resolvers +=
"Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"

ThisBuild / resolvers ++= Seq(
"Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots",
"Sonatype OSS" at "https://s01.oss.sonatype.org/content/repositories/releases"
)

lazy val root =
project
.in(file("."))
.aggregate(core, manifest, cookbook, docs)
.enablePlugins(AutomateHeaderPlugin, NoPublishPlugin)

val scalaK8sVersion = "0.2-972225d-SNAPSHOT"
val scalaK8sVersion = "0.2.0"
val munitVersion = "0.7.29"

lazy val manifest = project
Expand Down

0 comments on commit 20afcb0

Please sign in to comment.