Skip to content

Commit 46c063b

Browse files
authored
Merge pull request #210 from ThoughtWorksInc/upgrade-feature-scala
Upgrade feature.scala
2 parents ad26cb9 + 8d6c810 commit 46c063b

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

plugins-DoubleWeights/build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.0.1"
1+
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
22

3-
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.0.1"
3+
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
44

5-
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.0.1"
5+
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"
66

77
libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.2"

plugins-FloatWeights/build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.0.1"
1+
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
22

3-
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.0.1"
3+
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
44

5-
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.0.1"
5+
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"
66

77
libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.2"

plugins-INDArrayWeights/build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.0.1"
1+
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
22

3-
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.0.1"
3+
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
44

5-
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.0.1"
5+
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"
66

77
libraryDependencies += "com.chuusai" %% "shapeless" % "2.3.2"
88

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.0.1"
1+
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
22

3-
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.0.1"
3+
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"

plugins-Layers/build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
enablePlugins(Example)
22

3-
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.0.1"
3+
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
44

5-
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.0.1"
5+
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
66

7-
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.0.1"
7+
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"
88

plugins-Logging/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
libraryDependencies += "com.dongxiguo" %% "fastring" % "0.3.1"
22

3-
libraryDependencies += "com.thoughtworks.feature" %% "caller" % "1.0.0"
3+
libraryDependencies += "com.thoughtworks.feature" %% "caller" % "2.3.0-M8"
44

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

plugins-Weights/build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.0.1"
1+
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
22

3-
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.0.1"
3+
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
44

5-
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.0.1"
5+
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"

0 commit comments

Comments
 (0)