Skip to content

Commit

Permalink
prePR
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcardell committed Sep 20, 2024
1 parent b856492 commit 901358f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,15 @@ lazy val docs = project
)
},
libraryDependencies ++= Seq(
"org.http4s" %%% "http4s-ember-client" % V.http4s,
"dev.openfeature.contrib.providers" % "flagd" % "0.8.9"
"org.http4s" %%% "http4s-ember-client" % V.http4s,
"dev.openfeature.contrib.providers" % "flagd" % "0.8.9"
)
)
.dependsOn(
`openfeature-sdk`.jvm,
`openfeature-sdk-circe`.jvm,
`openfeature-provider-java`.jvm,
`openfeature-provider-flipt`.jvm,
`openfeature-provider-flipt`.jvm
)

addCommandAlias("fix", "headerCreateAll;scalafixAll;scalafmtAll;scalafmtSbt")

0 comments on commit 901358f

Please sign in to comment.