Skip to content

Commit 7e4a1bf

Browse files
committed
Remove munit test framework. Comes w/ sbt 1.5.0
1 parent 016283f commit 7e4a1bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ lazy val `db-core-jdbc` = project
129129
//=============================================================================
130130

131131
lazy val commonSettings = Seq(
132-
testFrameworks += new TestFramework("munit.Framework"),
133132
Compile / unmanagedSourceDirectories ++= {
134133
val major = if (isDotty.value) "-3" else "-2"
135134
List(CrossType.Pure, CrossType.Full).flatMap(

0 commit comments

Comments
 (0)