Skip to content

Commit

Permalink
An attempt to address the release procedure issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Feb 11, 2022
1 parent ef2d831 commit cd9089d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import java.time.Year

val scalaVersions = Seq("2.12.15")

// https://github.com/xerial/sbt-sonatype/issues/276
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"

lazy val commonSettings = Seq(
scalaVersion := scalaVersions.head,
crossScalaVersions := scalaVersions,
Expand Down

0 comments on commit cd9089d

Please sign in to comment.