From 8f4571cab589590897ee63413b3c793800e4b814 Mon Sep 17 00:00:00 2001 From: Brian Holt Date: Tue, 29 Oct 2024 15:27:10 -0500 Subject: [PATCH] Remove sonatypeCredentialHost setting, which was mistakenly introduced while cleaning up deprecation warnings --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index e8a7211..b752209 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,6 @@ val scalacheckEffectVersion = "2.0.0-M2" val catsMtlVersion = "1.4.0" ThisBuild / organization := "org.tpolecat" -ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy ThisBuild / licenses := Seq(("MIT", url("http://opensource.org/licenses/MIT"))) ThisBuild / homepage := Some(url("https://github.com/tpolecat/natchez-http4s")) ThisBuild / developers := List(