Skip to content

Commit

Permalink
Change credentials path
Browse files Browse the repository at this point in the history
  • Loading branch information
Odomontois committed Feb 17, 2021
1 parent df0b2f7 commit 8cf3fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 := {
Expand Down

0 comments on commit 8cf3fd1

Please sign in to comment.