From 7f4e1fc85dc5de3a4132d63c9a42790cfb92231e Mon Sep 17 00:00:00 2001 From: Hanns Holger Rutz Date: Thu, 13 Dec 2018 01:49:20 +0100 Subject: [PATCH 1/2] add scopt to projects-2.13.md --- projects-2.13.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects-2.13.md b/projects-2.13.md index 735ba42..a7ad380 100644 --- a/projects-2.13.md +++ b/projects-2.13.md @@ -132,6 +132,7 @@ Other: * [gatling](https://github.com/gatling/gatling/issues/3566) * [decline](https://github.com/bkirwi/decline/pull/47) +* [scopt](https://github.com/scopt/scopt/issues/204) #### Leftover M4 tickets From b8159c8ad32c2e7562a91bac6f272de231db0c1d Mon Sep 17 00:00:00 2001 From: Hanns Holger Rutz Date: Sun, 16 Dec 2018 19:22:38 +0100 Subject: [PATCH 2/2] projects 2.13: resolve scopt; add dispatch ticket --- projects-2.13.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects-2.13.md b/projects-2.13.md index a7ad380..353784f 100644 --- a/projects-2.13.md +++ b/projects-2.13.md @@ -71,6 +71,7 @@ Add in sbt using `libraryDependencies += ...`: "org.scala-stm" %% "scala-stm" % "0.9" "com.github.pathikrit" %% "better-files" % "3.7.0" "org.typelevel" %% "cats-effect" % "1.1.0" + "com.github.scopt" %% "scopt" % "3.7.1" ### Compiler plugins @@ -132,7 +133,7 @@ Other: * [gatling](https://github.com/gatling/gatling/issues/3566) * [decline](https://github.com/bkirwi/decline/pull/47) -* [scopt](https://github.com/scopt/scopt/issues/204) +* [dispatch](https://github.com/dispatch/reboot/issues/210) #### Leftover M4 tickets