Skip to content

Commit

Permalink
Merge branch 'main' into update/tapir-core-1.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwojnowski authored Dec 3, 2024
2 parents 76e22fd + de2a35f commit 0f783f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val core =
name := "humanoid-core",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.12.0",
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.scalameta" %% "munit" % "1.0.3" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
)
)
Expand All @@ -39,7 +39,7 @@ lazy val uuid =
name := "humanoid-uuid",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.7",
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.scalameta" %% "munit" % "1.0.3" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test
)
)
Expand All @@ -52,7 +52,7 @@ lazy val scuid =
name := "humanoid-scuid",
libraryDependencies ++= Seq(
"me.wojnowski" %% "scuid" % "0.2.0",
"org.scalameta" %% "munit" % "1.0.2" % Test,
"org.scalameta" %% "munit" % "1.0.3" % Test,
"org.typelevel" %% "cats-effect" % "3.5.7" % Test,
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % Test
)
Expand All @@ -67,7 +67,7 @@ lazy val circe =
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.14.10",
"io.circe" %% "circe-parser" % "0.14.10" % Test,
"org.scalameta" %% "munit" % "1.0.2" % Test
"org.scalameta" %% "munit" % "1.0.3" % Test
)
)

Expand All @@ -79,7 +79,7 @@ lazy val tapir =
name := "humanoid-tapir",
libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.11.10",
"org.scalameta" %% "munit" % "1.0.2" % Test
"org.scalameta" %% "munit" % "1.0.3" % Test
)
)

Expand Down

0 comments on commit 0f783f3

Please sign in to comment.