Skip to content

Commit

Permalink
⬆️ Update MUnit version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwojnowski committed Aug 15, 2024
1 parent d5c37fd commit ee52b4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ lazy val Versions = new {

val jwtScala = "9.4.4"

val mUnit = "1.0.0"
val mUnit = "1.0.1"
val mUnitCatsEffect = "2.0.0"
val mUnitScalacheck = "1.0.0"

}

Expand All @@ -56,7 +57,7 @@ lazy val core = (project in file("core")).settings(
libraryDependencies += "org.scalameta" %% "munit" % Versions.mUnit % Test,
libraryDependencies += "org.typelevel" %% "munit-cats-effect" % Versions.mUnitCatsEffect % Test,
libraryDependencies += "org.typelevel" %% "cats-effect-testkit" % Versions.cats.effect % Test,
libraryDependencies += "org.scalameta" %% "munit-scalacheck" % Versions.mUnit % Test,
libraryDependencies += "org.scalameta" %% "munit-scalacheck" % Versions.mUnitScalacheck % Test,
libraryDependencies += "org.typelevel" %% "scalacheck-effect-munit" % "2.0.0-M2" % Test,
libraryDependencies += "com.github.jwt-scala" %% "jwt-core" % "10.0.1" % Test
)
Expand Down

0 comments on commit ee52b4f

Please sign in to comment.