From b6145bf686df483c1cc9de899cff1a68c5cea791 Mon Sep 17 00:00:00 2001 From: Eric Loots Date: Thu, 12 Oct 2023 13:44:37 +0200 Subject: [PATCH] Fix release (#303) --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index 91dbcf16..c7c12126 100644 --- a/build.sbt +++ b/build.sbt @@ -10,8 +10,6 @@ inThisBuild( licenses := Seq("Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")))) ThisBuild / dynverVTagPrefix := false -ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org" -sonatypeRepository := "https://s01.oss.sonatype.org/service/local" lazy val `course-management-tools` = (project in file("."))