Skip to content

Commit b04d347

Browse files
authored
Merge pull request #168 from scala-steward/update/factory-2.3.0
Update factory, implicitapply, ... to 2.3.0
2 parents 58f782a + e57a38f commit b04d347

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-M8"
1+
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0"
22

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

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

OpenCL/build.sbt

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

1818
libraryDependencies += "com.thoughtworks.raii" %% "asynchronouspool" % "3.0.0-M11"
1919

20-
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0-M8"
20+
libraryDependencies += "com.thoughtworks.feature" %% "partialapply" % "2.3.0"
2121

22-
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0-M8"
22+
libraryDependencies += "com.thoughtworks.feature" %% "implicitapply" % "2.3.0"
2323

24-
libraryDependencies += "com.thoughtworks.feature" %% "mixins-implicitssingleton" % "2.3.0-M8"
24+
libraryDependencies += "com.thoughtworks.feature" %% "mixins-implicitssingleton" % "2.3.0"
2525

26-
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0-M8"
26+
libraryDependencies += "com.thoughtworks.feature" %% "factory" % "2.3.0"
2727

2828
libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.3"
2929

0 commit comments

Comments
 (0)