Skip to content

Commit

Permalink
Minor/Patch Updates (#73)
Browse files Browse the repository at this point in the history
* Update pekko-actor-testkit-typed to 1.1.1

* Update sbt to 1.10.2

* Update scalacheck to 1.18.1

---------

Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Sep 16, 2024
1 parent 721219b commit eb9a986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ lazy val IntegrationTestConfig =

lazy val library = new {
object Version {
val pekko = "1.1.0"
val pekko = "1.1.1"
val pekkoHttp = "1.0.1"
val log4j = "2.24.0"
val pureConfig = "0.17.7"
val scalaCheck = "1.18.0"
val scalaCheck = "1.18.1"
val scalaLogging = "3.9.5"
val scalaTest = "3.2.19"
}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.1
sbt.version = 1.10.2

0 comments on commit eb9a986

Please sign in to comment.