We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799419d commit 13e962eCopy full SHA for 13e962e
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = 3.8.2
+version = 3.8.3
2
runner.dialect = scala3
3
align.preset = most
4
maxColumn = 200
publish.sbt
@@ -4,7 +4,7 @@ releaseCrossBuild := true
releasePublishArtifactsAction := PgpKeys.publishSigned.value
5
publishMavenStyle := true
6
Test / publishArtifact := false
7
-publishTo := Some(if (isSnapshot.value) Opts.resolver.sonatypeSnapshots else Opts.resolver.sonatypeStaging)
+publishTo := Some(if (isSnapshot.value) Opts.resolver.sonatypeOssSnapshots.head else Opts.resolver.sonatypeStaging)
8
9
Global / PgpKeys.useGpg := true // workaround with pgp and sbt 1.2.x
10
pgpSecretRing := pgpPublicRing.value // workaround with pgp and sbt 1.2.x
0 commit comments