Skip to content

Commit

Permalink
fix deprecation in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
arainko committed Oct 19, 2024
1 parent 8573332 commit cce8258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ThisBuild / organizationName := "arainko"
ThisBuild / startYear := Some(2023)
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / developers := List(tlGitHubDev("arainko", "Aleksander Rainko"))
ThisBuild / tlSonatypeUseLegacyHost := false
ThisBuild / sonatypeCredentialHost := Sonatype.sonatypeLegacy
ThisBuild / scalaVersion := "3.3.4"
ThisBuild / tlSitePublishBranch := Some("series/0.2.x")

Expand Down

0 comments on commit cce8258

Please sign in to comment.