From f90ecbb143d56f28f7571bd6a5a64e75b44ad525 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Oct 2019 11:21:56 +0200 Subject: [PATCH] Update compilerplugins-bangnotation, ... to 1.5.2 --- domains-cats/build.sbt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains-cats/build.sbt b/domains-cats/build.sbt index aeb991ce..a17c5dfe 100644 --- a/domains-cats/build.sbt +++ b/domains-cats/build.sbt @@ -6,19 +6,19 @@ libraryDependencies += "org.typelevel" %%% "cats-core" % "2.0.0" libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8" % Test -libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-catch" % "1.5.1" +libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-catch" % "1.5.2" -libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-monadic" % "1.5.1" +libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-monadic" % "1.5.2" -libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-return" % "1.5.1" +libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-return" % "1.5.2" -libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-shift" % "1.5.1" % Optional +libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-shift" % "1.5.2" % Optional -libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.5.1" % Optional +libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.5.2" % Optional -addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-bangnotation" % "1.5.1") +addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-bangnotation" % "1.5.2") -addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "1.5.1") +addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "1.5.2") scalacOptions ++= { import Ordering.Implicits._