Skip to content

Commit

Permalink
Update build.sbt: Remove unnecessary config property
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Feb 13, 2024
1 parent a4776c6 commit 76e4daf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ ThisBuild / licenses := props.licenses

ThisBuild / resolvers += props.SonatypeSnapshots

ThisBuild / resolvers += "sonatype-snapshots" at s"https://${props.SonatypeCredentialHost}/content/repositories/snapshots"

libraryDependencies := (
if (isScala3(scalaVersion.value))
libraryDependencies
Expand Down

0 comments on commit 76e4daf

Please sign in to comment.