Skip to content

Commit

Permalink
Update scalacheck to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 17, 2024
1 parent b7d868f commit 01360e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val supportedScalaVersions = List(
scala212
)

val Java11 = JavaSpec.temurin("11")
val Java11 = JavaSpec.temurin("11")

lazy val srdfVersion = "0.1.125"
lazy val utilsVersion = "0.2.25"
Expand All @@ -32,7 +32,7 @@ lazy val munitEffectVersion = "1.0.7"
lazy val pprintVersion = "0.7.3"
lazy val rdf4jVersion = "3.4.2"
lazy val scalaCollCompatVersion = "2.8.1"
lazy val scalacheckVersion = "1.15.4"
lazy val scalacheckVersion = "1.18.1"
lazy val scalaLoggingVersion = "3.9.4"
lazy val typesafeConfigVersion = "1.4.2"
lazy val wikidataToolkitVersion = "0.14.0"
Expand Down Expand Up @@ -73,7 +73,6 @@ lazy val wdtkUtil = "org.wikidata.wdtk" % "wdtk-util" % wikidataToolkitVersion
lazy val scalacheck = "org.scalacheck" %% "scalacheck" % scalacheckVersion
lazy val typesafeConfig = "com.typesafe" % "config" % typesafeConfigVersion


lazy val logbackClassic = "ch.qos.logback" % "logback-classic" % logbackVersion
lazy val scalaLogging =
"com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingVersion
Expand Down Expand Up @@ -252,7 +251,7 @@ lazy val wshex = project
.settings(
crossScalaVersions := supportedScalaVersions,
libraryDependencies ++= Seq(
utils,
utils,
catsCore,
catsKernel,
circeCore,
Expand All @@ -269,7 +268,7 @@ lazy val wshex = project
scalaCollCompat,
srdfJena,
munit % Test,
munitEffect % Test,
munitEffect % Test
),
testFrameworks += new TestFramework("munit.Framework")
)
Expand Down Expand Up @@ -581,5 +580,7 @@ lazy val commonSettings = compilationSettings ++ sharedDependencies ++ Seq(
url = url("https://weso.labra.es")
)
),
libraryDependencies += compilerPlugin("com.github.ghik" % "zerowaste" % "0.2.1" cross CrossVersion.full)
libraryDependencies += compilerPlugin(
("com.github.ghik" % "zerowaste" % "0.2.1").cross(CrossVersion.full)
)
) ++ warnUnusedImport
2 changes: 1 addition & 1 deletion src/main/scala/scala-cli-conf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
// Some libraries that could probably be ignored if modules were not compiled

//> using lib "com.typesafe:config:1.4.2"
//> using lib "org.scalacheck::scalacheck:1.15.4"
//> using lib "org.scalacheck::scalacheck:1.18.1"

0 comments on commit 01360e1

Please sign in to comment.