Skip to content

Commit

Permalink
Switch to scalacheck 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Feb 3, 2020
1 parent 69e5c91 commit 8354ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Deps {

import Def.setting

def scalacheck = setting("org.scalacheck" %%% "scalacheck" % "1.14.0")
def scalacheck = setting("org.scalacheck" %%% "scalacheck" % "1.14.3")
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
def utest = setting {
val sv = scalaVersion.value
Expand Down

0 comments on commit 8354ef7

Please sign in to comment.