From 8cf3fd1e0a9c0c55c00c1bd3954656623eaecedb Mon Sep 17 00:00:00 2001 From: Oleg Nizhnik Date: Wed, 17 Feb 2021 17:24:07 +0300 Subject: [PATCH] Change credentials path --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c20c61ea7..3e48f0a50 100644 --- a/build.sbt +++ b/build.sbt @@ -365,7 +365,7 @@ lazy val publishSettings = Seq( Some(Opts.resolver.sonatypeSnapshots) } else sonatypePublishToBundle.value }, - credentials ++= ((Path.userHome / ".sbt" / ".ossrh-credentials") :: Nil) + credentials ++= ((Path.userHome / ".sbt" / "tofu.credentials") :: Nil) .filter(_.exists()) .map(Credentials.apply), version := {