Skip to content

Commit

Permalink
Update scalacheck to 1.17.0 (#275)
Browse files Browse the repository at this point in the history
* Update scalacheck to 1.17.0

* Update module name

Co-authored-by: Alexandre Archambault <[email protected]>
  • Loading branch information
scala-steward and alexarchambault authored Oct 18, 2022
1 parent ece238a commit 59c03f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
scalacOptions ++= Seq(
"-deprecation"
),
name := "scalacheck-shapeless_1.16",
name := "scalacheck-shapeless_1.17",
moduleName := name.value, // keep the '.' in name ^
libraryDependencies ++= Seq(
Deps.scalacheck.value,
Expand Down
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.16.0")
def scalacheck = setting("org.scalacheck" %%% "scalacheck" % "1.17.0")
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.10")
def utest = setting("com.lihaoyi" %%% "utest" % "0.8.1")
}

0 comments on commit 59c03f2

Please sign in to comment.