From b94295ca415f8ef1a9cbed3c14a6b0089ffa14e4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 Feb 2020 11:03:09 +0100 Subject: [PATCH 1/7] Update simulacrum to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6937b19..dfc9374 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ libraryDependencies ++= Seq( "org.scodec" %% "scodec-core" % "1.11.4", "com.iheart" %% "ficus" % "1.4.7", "org.typelevel" %% "cats-core" % "2.1.0-RC3", - "com.github.mpilquist" %% "simulacrum" % "0.19.0", + "org.typelevel" %% "simulacrum" % "1.0.0", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2", "ch.qos.logback" % "logback-classic" % "1.2.3", "org.scalatest" %% "scalatest" % "3.1.0" % "test", From 1961aeaddf493c3dce88eb8ad966e0a447abdabe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 Feb 2020 11:03:16 +0100 Subject: [PATCH 2/7] Update pprint to 0.5.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6937b19..933865d 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= Seq( "com.typesafe.play" %% "play-functional" % "2.8.1", "de.heikoseeberger" %% "akka-http-play-json" % "1.30.0", "org.julienrf" %% "play-json-derived-codecs" % "6.0.0", - "com.lihaoyi" %% "pprint" % "0.5.6" + "com.lihaoyi" %% "pprint" % "0.5.9" ) resolvers ++= Seq( From 70ab1c7a41f25b806fb46a15c7d320476c44c346 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 Feb 2020 11:03:39 +0100 Subject: [PATCH 3/7] Update akka-http-play-json to 1.31.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6937b19..5b20caa 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.1.0" % "test", "com.typesafe.play" %% "play-json" % "2.8.1", "com.typesafe.play" %% "play-functional" % "2.8.1", - "de.heikoseeberger" %% "akka-http-play-json" % "1.30.0", + "de.heikoseeberger" %% "akka-http-play-json" % "1.31.0", "org.julienrf" %% "play-json-derived-codecs" % "6.0.0", "com.lihaoyi" %% "pprint" % "0.5.6" ) From 4c7c3bdfe312845df88ee26f57918ee871f0b3b5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Mar 2020 08:55:27 +0100 Subject: [PATCH 4/7] Update simulacrum to 1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 466295e..757bcac 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ libraryDependencies ++= Seq( "org.scodec" %% "scodec-core" % "1.11.4", "com.iheart" %% "ficus" % "1.4.7", "org.typelevel" %% "cats-core" % "2.1.1", - "com.github.mpilquist" %% "simulacrum" % "0.19.0", + "org.typelevel" %% "simulacrum" % "1.0.0", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2", "ch.qos.logback" % "logback-classic" % "1.2.3", "org.scalatest" %% "scalatest" % "3.1.1" % "test", From 51f935c3676185b03e7ef6a2c41ca2bc59d60fa5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Mar 2020 08:55:32 +0100 Subject: [PATCH 5/7] Update pprint to 0.5.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 466295e..ee578d6 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= Seq( "com.typesafe.play" %% "play-functional" % "2.8.1", "de.heikoseeberger" %% "akka-http-play-json" % "1.30.0", "org.julienrf" %% "play-json-derived-codecs" % "7.0.0", - "com.lihaoyi" %% "pprint" % "0.5.6" + "com.lihaoyi" %% "pprint" % "0.5.9" ) resolvers ++= Seq( From 3e7de5b10eef70897da9e935c20465bf678584d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Mar 2020 08:55:37 +0100 Subject: [PATCH 6/7] Update akka-http-play-json to 1.31.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 466295e..2649c29 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.1.1" % "test", "com.typesafe.play" %% "play-json" % "2.8.1", "com.typesafe.play" %% "play-functional" % "2.8.1", - "de.heikoseeberger" %% "akka-http-play-json" % "1.30.0", + "de.heikoseeberger" %% "akka-http-play-json" % "1.31.0", "org.julienrf" %% "play-json-derived-codecs" % "7.0.0", "com.lihaoyi" %% "pprint" % "0.5.6" ) From 31492fc2407b851dc836e95a14e99a160c5dcf1c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 5 Mar 2020 21:16:07 +0100 Subject: [PATCH 7/7] Update sbt-scalafmt to 2.3.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 722baac..a98de85 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,5 +8,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.7") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2") addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.2")