Skip to content

Commit

Permalink
Update compilerplugins-bangnotation, ... to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 4, 2019
1 parent 4d7a425 commit f90ecbb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions domains-cats/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand Down

0 comments on commit f90ecbb

Please # to comment.