Skip to content

Commit

Permalink
Merge pull request #991 from scala-steward/update/scalacheck-toolbox-…
Browse files Browse the repository at this point in the history
…datetime-0.5.0

Update scalacheck-toolbox-datetime to 0.5.0
  • Loading branch information
adamw authored Feb 11, 2021
2 parents 386a7c6 + 4832b4b commit 55d3299
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 @@ -171,7 +171,7 @@ lazy val core: ProjectMatrix = (projectMatrix in file("core"))
scalaTest.value % Test,
scalaCheck.value % Test,
scalaTestPlusScalaCheck.value % Test,
"com.47deg" %%% "scalacheck-toolbox-datetime" % "0.4.0" % Test
"com.47deg" %%% "scalacheck-toolbox-datetime" % "0.5.0" % Test
),
unmanagedSourceDirectories in Compile += {
val sourceDir = (sourceDirectory in Compile).value
Expand Down Expand Up @@ -813,7 +813,7 @@ lazy val openapiCodegen = (projectMatrix in file("sbt/sbt-openapi-codegen"))
scalaTest.value % Test,
scalaCheck.value % Test,
scalaTestPlusScalaCheck.value % Test,
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.4.0" % Test,
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.5.0" % Test,
"org.scala-lang" % "scala-compiler" % scalaVersion.value % Test
)
)
Expand Down

0 comments on commit 55d3299

Please sign in to comment.