File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ libraryDependencies += "org.typelevel" %%% "cats-core" % "2.0.0-RC2"
66
77libraryDependencies += " 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
2323scalacOptions ++= {
2424 import Ordering .Implicits ._
You can’t perform that action at this time.
0 commit comments