diff --git a/build.sbt b/build.sbt index 436759d..06c94cb 100644 --- a/build.sbt +++ b/build.sbt @@ -54,8 +54,8 @@ ThisBuild / libraryDependencies ++= Seq( "io.netty" % "netty-codec-http" % nettyVersion, "io.netty" % "netty-common" % nettyVersion, "io.netty" % "netty-handler" % nettyVersion, - "ch.qos.logback" % "logback-classic" % "1.4.6" % Test, - "org.scalameta" %% "munit" % "0.7.29" % Test + "ch.qos.logback" % "logback-classic" % "1.4.6" % Test, + "org.scalameta" %% "munit" % "1.2.4" % Test ).map(_.withSources()) ThisBuild / testFrameworks += new TestFramework("munit.Framework")