diff --git a/plugins-Builtins/build.sbt b/plugins-Builtins/build.sbt index d7fe313d..e8abcf2a 100644 --- a/plugins-Builtins/build.sbt +++ b/plugins-Builtins/build.sbt @@ -11,7 +11,7 @@ exampleSuperTypes := exampleSuperTypes.value.map { exampleSuperTypes += ctor"_root_.com.thoughtworks.deeplearning.scalatest.ThoughtworksFutureToScalaFuture" -libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.1" % Test +libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.2" % Test libraryDependencies += "com.thoughtworks.feature" %% "mixins-implicitssingleton" % "2.3.0" diff --git a/plugins-CumulativeFloatLayers/build.sbt b/plugins-CumulativeFloatLayers/build.sbt index b89968ff..44bad919 100644 --- a/plugins-CumulativeFloatLayers/build.sbt +++ b/plugins-CumulativeFloatLayers/build.sbt @@ -11,7 +11,7 @@ exampleSuperTypes := exampleSuperTypes.value.map { exampleSuperTypes += ctor"_root_.com.thoughtworks.deeplearning.scalatest.ThoughtworksFutureToScalaFuture" -libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.1" % Test +libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.2" % Test addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)