Skip to content

Commit 5fb0654

Browse files
committed
Upgrade feature.scala
1 parent f11c2a0 commit 5fb0654

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Expressions/build.sbt

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

3-
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M6"
3+
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M7"
44

55
libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.4"
66

OpenCL/build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ libraryDependencies += "com.thoughtworks.raii" %% "asynchronous" % "3.0.0-M8"
1919

2020
libraryDependencies += "com.thoughtworks.raii" %% "asynchronouspool" % "3.0.0-M8"
2121

22-
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M6"
22+
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M7"
2323

24-
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M6"
24+
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M7"
2525

26-
libraryDependencies += "com.thoughtworks.feature" %% "mixins-implicitssingleton" % "2.3.0-M6"
26+
libraryDependencies += "com.thoughtworks.feature" %% "mixins-implicitssingleton" % "2.3.0-M7"
2727

28-
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M6"
28+
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M7"
2929

3030
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test
3131

0 commit comments

Comments
 (0)