Skip to content

Commit

Permalink
Merge pull request #20 from scala-steward/update/compilerplugins-bang…
Browse files Browse the repository at this point in the history
…notation-1.5.2

Update compilerplugins-bangnotation, ... to 1.5.2
  • Loading branch information
Atry authored Oct 4, 2019
2 parents 4d7a425 + f90ecbb commit 11a2983
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 11a2983

Please # to comment.