diff --git a/build.sbt b/build.sbt index 55f1ce2..f47f83e 100644 --- a/build.sbt +++ b/build.sbt @@ -23,8 +23,11 @@ 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 @@ -32,7 +35,7 @@ lazy val root = .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