Skip to content

Commit

Permalink
Merge pull request #116 from typelevel/update/launchdarkly-java-serve…
Browse files Browse the repository at this point in the history
…r-sdk-7.3.0

Update launchdarkly-java-server-sdk to 7.3.0
  • Loading branch information
averymcnab authored Mar 28, 2024
2 parents 98ec8b2 + 3e643ee commit 6904d33
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 @@ -45,7 +45,7 @@ lazy val core = crossProject(JVMPlatform)
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.2",
"co.fs2" %%% "fs2-core" % "3.9.4",
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "7.1.1",
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "7.3.0",
),
)

Expand Down

0 comments on commit 6904d33

Please sign in to comment.