Skip to content

Commit eb65d55

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update scalatest-funspec, ... to 3.2.19
1 parent a8456f9 commit eb65d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ lazy val root = (project in file("."))
99
"com.h2database" % "h2" % "2.2.224",
1010
"org.scalikejdbc" %% "scalikejdbc" % "4.3.0",
1111
"ch.qos.logback" % "logback-classic" % "1.2.13" % "provided",
12-
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % "test",
13-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % "test"
12+
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",
13+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % "test"
1414
),
1515
Test / parallelExecution := false,
1616
Test / logBuffered := false,

0 commit comments

Comments
 (0)