From e7466521f3b46009c461de2bce0c9ca79d6c3268 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Wed, 7 Aug 2024 16:46:23 +1000 Subject: [PATCH] Revert unrelated sbt changes --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 74e141f..800b908 100644 --- a/build.sbt +++ b/build.sbt @@ -44,6 +44,6 @@ updateOptions := updateOptions.value.withLatestSnapshots(false) publishMavenStyle := true -// publishTo := sonatypePublishToBundle.value +publishTo := sonatypePublishToBundle.value -// Global / useGpgPinentry := true \ No newline at end of file +Global / useGpgPinentry := true \ No newline at end of file