Skip to content

Commit

Permalink
Bump libs and plugins (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez authored Aug 13, 2023
1 parent d65bb15 commit 6291eb4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ lazy val `karat-scalacheck`: ProjectMatrix =
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.9.0",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"com.47deg.karat" % "karat-common-jvm" % "0.1.2",
"com.xebia.karat" % "karat-common-jvm" % "0.1.3",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.scalameta" %% "munit" % "0.7.29" % Test,
"org.typelevel" %% "cats-effect" % "3.5.0" % Test,
"org.typelevel" %% "cats-effect" % "3.5.1" % Test,
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
"org.typelevel" %% "scalacheck-effect" % "1.0.4" % Test,
"org.typelevel" %% "scalacheck-effect-munit" % "1.0.4" % Test
Expand All @@ -59,14 +59,14 @@ lazy val `karat-scalacheck-effect`: ProjectMatrix =

lazy val `karat-scalacheck-http4s`: ProjectMatrix =
(projectMatrix in file("modules/karat-scalacheck-http4s"))
.dependsOn(`karat-scalacheck-effect`)
.dependsOn(`karat-scalacheck`, `karat-scalacheck-effect`)
.settings(description := "TODO")
.settings(
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-ember-server" % "0.23.20",
"org.http4s" %% "http4s-ember-client" % "0.23.20",
"org.http4s" %% "http4s-circe" % "0.23.20",
"org.http4s" %% "http4s-dsl" % "0.23.20",
"org.http4s" %% "http4s-ember-server" % "0.23.23",
"org.http4s" %% "http4s-ember-client" % "0.23.23",
"org.http4s" %% "http4s-circe" % "0.23.23",
"org.http4s" %% "http4s-dsl" % "0.23.23",
"io.circe" %% "circe-generic" % "0.14.5",
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
"org.typelevel" %% "scalacheck-effect" % "1.0.4" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.0
sbt.version=1.9.2
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.9")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.9")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.9")
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.11")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.11")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.11")
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.3")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")

0 comments on commit 6291eb4

Please sign in to comment.