Skip to content

Commit

Permalink
Bumping some missing deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
luksow committed Jul 3, 2024
1 parent 902f369 commit 66d9c4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")
resolvers ++= Resolver.sonatypeOssRepos("snapshots")

libraryDependencies ++= {
val pekkoHttpV = "1.0.0"
val pekkoV = "1.0.1"
val circeV = "0.14.4"
val pekkoHttpV = "1.0.1"
val pekkoV = "1.0.3"
val circeV = "0.14.9"
val scalaTestV = "3.2.19"
val akkaHttpCirceV = "1.39.2"
val pekkoHttpJsonV = "2.0.0"
val pekkoHttpJsonV = "2.6.0"

Seq(
"org.apache.pekko" %% "pekko-actor" % pekkoV,
Expand Down

0 comments on commit 66d9c4e

Please sign in to comment.