Skip to content

Commit

Permalink
chore: remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Jan 14, 2024
1 parent 93dc44d commit 427dc87
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 @@ -15,7 +15,7 @@ val providedDependencies = Seq(
).map(_ % "provided")

val embeddedDependencies =
Seq("com.beachape" %% "enumeratum" % "1.7.0",)
Seq("com.beachape" %% "enumeratum" % "1.7.0")

val testDependencies = Seq(
"org.scalamock" %% "scalamock" % "5.2.0",
Expand Down

0 comments on commit 427dc87

Please sign in to comment.