Skip to content

Commit

Permalink
Merge pull request #1024 from nationalarchives/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.17
  • Loading branch information
vimleshtna authored Sep 11, 2023
2 parents 57c482d + 4a3f0f6 commit 9aa4201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.17"
lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.0.1"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.6"
lazy val circeGeneric = "io.circe" %% "circe-generic" % "0.14.6"
Expand Down

0 comments on commit 9aa4201

Please sign in to comment.