Skip to content

Commit

Permalink
Merge pull request #52 from commercetools/fix-deprecation
Browse files Browse the repository at this point in the history
Fix deprecation
  • Loading branch information
AL333Z authored Sep 23, 2024
2 parents dd1ec63 + e5b953b commit 853f943
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 @@ -18,7 +18,7 @@ val Scala213 = "2.13.14"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.3")
ThisBuild / scalaVersion := Scala213

ThisBuild / tlSonatypeUseLegacyHost := true
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeLegacy

lazy val root =
tlCrossRootProject.aggregate(
Expand Down

0 comments on commit 853f943

Please sign in to comment.