Skip to content

Commit d8b07cd

Browse files
authored
Merge pull request #489 from scala-steward/update/discipline-scalatest-2.3.0
Update discipline-scalatest to 2.3.0
2 parents 40748fd + 85d3bdc commit d8b07cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ lazy val derivation = crossProject(JSPlatform, JVMPlatform)
108108
"io.circe" %%% "circe-parser" % circeVersion % Test,
109109
"io.circe" %%% "circe-testing" % circeVersion % Test,
110110
"org.scalatestplus" %%% "scalacheck-1-14" % "3.2.2.0" % Test,
111-
"org.typelevel" %%% "discipline-scalatest" % "2.1.5" % Test
111+
"org.typelevel" %%% "discipline-scalatest" % "2.3.0" % Test
112112
),
113113
ghpagesNoJekyll := true,
114114
docMappingsApiDir := "api"

0 commit comments

Comments
 (0)