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