Skip to content

Commit 63519bd

Browse files
Update discipline-scalatest to 2.0.1 (#279)
1 parent b209e2c commit 63519bd

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
@@ -91,7 +91,7 @@ lazy val cats = crossProject(JSPlatform, JVMPlatform)
9191
libraryDependencies ++= Seq(
9292
"org.typelevel" %%% "cats-core" % "2.1.1",
9393
"org.typelevel" %%% "cats-laws" % "2.1.1" % Test,
94-
"org.typelevel" %%% "discipline-scalatest" % "2.0.0" % Test
94+
"org.typelevel" %%% "discipline-scalatest" % "2.0.1" % Test
9595
),
9696
mimaPreviousArtifacts := previousArtifact(version.value, "cats")
9797
)

0 commit comments

Comments
 (0)