Skip to content

Commit

Permalink
Merge pull request #244 from kevin-lee/update-project-config
Browse files Browse the repository at this point in the history
Update `build.sbt`: Remove unnecessary config property
  • Loading branch information
kevin-lee authored Feb 14, 2024
2 parents a4776c6 + 76e4daf commit a9c0042
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 a9c0042

Please sign in to comment.