Skip to content

Commit

Permalink
Update fluent-copy to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-geirolz[bot] authored and mergify[bot] committed Feb 25, 2024
1 parent 6888a9c commit 5f266fe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ import sbt._
object ProjectDependencies {

lazy val common: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-effect" % "3.5.2",
"org.flywaydb" % "flyway-core" % "10.4.1",
"org.flywaydb" % "flyway-core" % "10.4.1",
// test
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
"com.h2database" % "h2" % "2.2.224" % Test
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
"com.h2database" % "h2" % "2.2.224" % Test
)

lazy val for2_13_Only: Seq[ModuleID] = Seq(
"com.github.geirolz" %% "fluent-copy" % "0.0.1"
"com.github.geirolz" %% "fluent-copy" % "0.0.2"
)

object Plugins {
val compilerPluginsFor2_13: Seq[ModuleID] = Seq(
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full),
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full),
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
)

val compilerPluginsFor3: Seq[ModuleID] = Nil
Expand Down

0 comments on commit 5f266fe

Please sign in to comment.