Skip to content

Commit 02cefa5

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update scalatest-flatspec, ... to 3.2.18
1 parent 80737c5 commit 02cefa5

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
@@ -66,8 +66,8 @@ lazy val core = (project in file("core")).settings(
6666
)
6767
},
6868
libraryDependencies ++= Seq(
69-
"org.scalatest" %% "scalatest-flatspec" % "3.2.17" % "test",
70-
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.17" % "test",
69+
"org.scalatest" %% "scalatest-flatspec" % "3.2.18" % "test",
70+
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % "test",
7171
),
7272
sbtPlugin := false,
7373
Global / transitiveClassifiers := Seq(Artifact.SourceClassifier),

0 commit comments

Comments
 (0)