Skip to content

Commit fd44395

Browse files
authored
Merge pull request #5 from scala-steward/update/compilerplugins-bangnotation-1.5.1
Update compilerplugins-bangnotation, ... to 1.5.1
2 parents f1b6064 + acd844b commit fd44395

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

domains-cats/build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ libraryDependencies += "org.typelevel" %%% "cats-core" % "2.0.0-RC2"
66

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

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

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

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

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

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

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

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

2323
scalacOptions ++= {
2424
import Ordering.Implicits._

0 commit comments

Comments
 (0)