Skip to content

Commit

Permalink
bump: logback, scalatest (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Mar 13, 2024
1 parent c019d00 commit 8d941ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fork := true

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor-typed" % akkaVersion,
"ch.qos.logback" % "logback-classic" % "1.2.11",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.12" % Test
"org.scalatest" %% "scalatest" % "3.2.15" % Test
)

0 comments on commit 8d941ad

Please sign in to comment.