Skip to content

Commit

Permalink
Merge cb785bb into 27f86ad
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Jan 10, 2022
2 parents 27f86ad + cb785bb commit 66cd04e
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 @@ -29,7 +29,7 @@ lazy val root = (project in file("."))
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"org.scalamock" %% "scalamock" % "5.1.0" % Test
"org.scalamock" %% "scalamock" % "5.2.0" % Test
)
)
.enablePlugins(JavaAppPackaging, AshScriptPlugin)

0 comments on commit 66cd04e

Please sign in to comment.