Skip to content

Commit

Permalink
Update pekko-connectors-cassandra, ... to 1.0.2 (#2990)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] committed Mar 11, 2024
1 parent 476bff4 commit b8c8b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -548,8 +548,8 @@ lazy val `quill-cassandra-pekko` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-connectors-cassandra" % "1.0.1",
"org.apache.pekko" %% "pekko-testkit" % "1.0.1" % Test
"org.apache.pekko" %% "pekko-connectors-cassandra" % "1.0.2",
"org.apache.pekko" %% "pekko-testkit" % "1.0.2" % Test
)
)
.dependsOn(`quill-cassandra` % "compile->compile;test->test")
Expand Down

0 comments on commit b8c8b80

Please sign in to comment.