From eacbcf0be21837892f0a1ac8445ec2a2f230850e Mon Sep 17 00:00:00 2001 From: Keir Lawson Date: Tue, 19 Dec 2023 14:59:12 +0000 Subject: [PATCH] sonatype update --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index 6e98c75..e8fdef1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,7 @@ import ReleaseTransformations._ +ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" + lazy val http4sVersion = "0.23.23" lazy val additionalSupportedScalaVersions = List("2.13.12", "2.12.18")