Skip to content

Commit

Permalink
Update discipline-core to 1.6.0, scalacheck-1-16 to scalacheck-1-18 3…
Browse files Browse the repository at this point in the history
….2.18.0
  • Loading branch information
satorg committed May 9, 2024
1 parent 14853e4 commit c0fa0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ lazy val scalatest = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "discipline-scalatest",
libraryDependencies ++= Seq(
"org.typelevel" %%% "discipline-core" % "1.6.0",
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0",
"org.typelevel" %%% "discipline-core" % "1.7.0",
"org.scalatestplus" %%% "scalacheck-1-18" % "3.2.18.0",
"org.scalatest" %%% "scalatest" % "3.2.18"
)
)
Expand Down

0 comments on commit c0fa0fa

Please sign in to comment.