Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scala2/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.1
libraryDependencies += "com.github.gekomad" %% "scala-regex-collection" % "2.0.1"
libraryDependencies += "com.storm-enroute" %% "scalameter" % "0.19" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.1.0" % Test
libraryDependencies += "org.apache.commons" % "commons-csv" % "1.13.0" % Test
libraryDependencies += "org.apache.commons" % "commons-csv" % "1.14.1" % Test
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.18.1" % Test

Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-minSuccessfulTests", "1000")
Expand Down
3 changes: 1 addition & 2 deletions scala3/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val fs2Version = "3.11.0"
libraryDependencies += "com.github.gekomad" %% "scala-regex-collection" % "2.0.1"
libraryDependencies += "co.fs2" %% "fs2-core" % fs2Version
libraryDependencies += "co.fs2" %% "fs2-io" % fs2Version
libraryDependencies += "org.apache.commons" % "commons-csv" % "1.13.0" % Test
libraryDependencies += "org.apache.commons" % "commons-csv" % "1.14.1" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.1.0" % Test

scalacOptions ++= Seq(
Expand All @@ -34,7 +34,6 @@ scalacOptions ++= Seq(
//sonatype
publishTo := sonatypePublishToBundle.value


pomExtra :=
<licenses>
<license>
Expand Down