Skip to content

Commit

Permalink
Update compilerplugins-bangnotation, ... to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 7, 2019
1 parent 1bd1c25 commit acd844b
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-M4"

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8" % Test

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-catch" % "1.4.0"
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-catch" % "1.5.1"

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-monadic" % "1.4.0"
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-monadic" % "1.5.1"

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-return" % "1.4.0"
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-return" % "1.5.1"

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-shift" % "1.4.0" % Optional
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-shift" % "1.5.1" % Optional

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.4.0" % Optional
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.5.1" % Optional

addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-bangnotation" % "1.4.0")
addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-bangnotation" % "1.5.1")

addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "1.4.0")
addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "1.5.1")

scalacOptions ++= {
import Ordering.Implicits._
Expand Down

0 comments on commit acd844b

Please sign in to comment.