Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update caller, factory, implicitapply, ... to 2.3.0+140-594be493 #259

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins-Builtins/build.sbt
Expand Up @@ -13,6 +13,6 @@ exampleSuperTypes += ctor"_root_.com.thoughtworks.deeplearning.scalatest.Thought

libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.1" % Test

libraryDependencies += "com.thoughtworks.feature" %% "mixins-implicitssingleton" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "mixins-implicitssingleton" % "2.3.0+140-594be493"

fork in Test := true
6 changes: 3 additions & 3 deletions plugins-DoubleWeights/build.sbt
@@ -1,7 +1,7 @@
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0+140-594be493"

libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0+140-594be493"

libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0+140-594be493"

libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.3"
6 changes: 3 additions & 3 deletions plugins-FloatWeights/build.sbt
@@ -1,7 +1,7 @@
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0+140-594be493"

libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0+140-594be493"

libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0+140-594be493"

libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.3"
6 changes: 3 additions & 3 deletions plugins-Layers/build.sbt
@@ -1,9 +1,9 @@
enablePlugins(Example)

libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0+140-594be493"

libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0+140-594be493"

libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0+140-594be493"

libraryDependencies += "com.thoughtworks.dsl" %% "dsl" % "1.0.0-RC10"
2 changes: 1 addition & 1 deletion plugins-Logging/build.sbt
@@ -1,6 +1,6 @@
libraryDependencies += "com.dongxiguo" %% "fastring" % "0.3.1"

libraryDependencies += "com.thoughtworks.feature" %% "caller" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "caller" % "2.3.0+140-594be493"

libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.3"

Expand Down
6 changes: 3 additions & 3 deletions plugins-Weights/build.sbt
@@ -1,5 +1,5 @@
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0+140-594be493"

libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0+140-594be493"

libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0+140-594be493"