diff --git a/build.sbt b/build.sbt index 3d152e7..e06f2b8 100644 --- a/build.sbt +++ b/build.sbt @@ -181,8 +181,8 @@ lazy val kotest = (project in file("kotest")) moduleName := "coregex-kotest", description := "Kotest bindings for coregex library.", libraryDependencies ++= Seq( - "io.kotest" % "kotest-property-jvm" % "6.2.2" % Provided, - "io.kotest" % "kotest-runner-junit6" % "6.2.2" % Test, + "io.kotest" % "kotest-property-jvm" % "6.2.3" % Provided, + "io.kotest" % "kotest-runner-junit6" % "6.2.3" % Test, "com.github.sbt.junit" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test ), crossPaths := false,