Skip to content

Commit

Permalink
Update deriving-macro, deriving-plugin, ... to 3.0.0-M6 (#244)
Browse files Browse the repository at this point in the history

Co-authored-by: kenji yoshida <[email protected]>
  • Loading branch information
scala-steward-bot and xuwei-k authored Feb 24, 2024
1 parent cd4b1bd commit a10d7a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object C {
#### build.sbt

```scala
addCompilerPlugin("org.scalaz" %% "deriving-plugin" % "3.0.0-M5")
addCompilerPlugin("org.scalaz" %% "deriving-plugin" % "3.0.0-M6")
```

#### source code
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ val core = project.settings(
commonSettings,
libraryDependencies ++= Seq(
"com.github.scalaprops" %% "scalaprops-scalaz" % scalapropsVersion.value,
"org.scalaz" %% "scalaz-deriving" % "3.0.0-M5",
"org.scalaz" %% "scalaz-deriving" % "3.0.0-M6",
)
)

Expand All @@ -130,7 +130,7 @@ val exampleMacro = project
commonSettings,
publish / skip := true,
libraryDependencies ++= Seq(
"org.scalaz" %% "deriving-macro" % "3.0.0-M5",
"org.scalaz" %% "deriving-macro" % "3.0.0-M6",
)
)
.dependsOn(
Expand All @@ -143,7 +143,7 @@ val exampleCompilerPlugin = project
commonSettings,
publish / skip := true,
libraryDependencies ++= Seq(
compilerPlugin("org.scalaz" %% "deriving-plugin" % "3.0.0-M5" cross CrossVersion.full),
compilerPlugin("org.scalaz" %% "deriving-plugin" % "3.0.0-M6" cross CrossVersion.full),
)
)
.dependsOn(
Expand Down

0 comments on commit a10d7a1

Please sign in to comment.