Skip to content

Commit

Permalink
Update compilerplugins-bangnotation, ... to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 26, 2021
1 parent 3a0efc9 commit d77d29a
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.2"
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-catch" % "1.5.5"

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-monadic" % "1.5.2"
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-monadic" % "1.5.5"

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-return" % "1.5.2"
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-return" % "1.5.5"

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-shift" % "1.5.2" % Optional
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-shift" % "1.5.5" % Optional

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.5.2" % Optional
libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-yield" % "1.5.5" % Optional

addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-bangnotation" % "1.5.2")
addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-bangnotation" % "1.5.5")

addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "1.5.2")
addCompilerPlugin("com.thoughtworks.dsl" %% "compilerplugins-reseteverywhere" % "1.5.5")

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

0 comments on commit d77d29a

Please sign in to comment.