Skip to content

Commit c10a9c4

Browse files
scalikejdbc-bot[bot]xuwei-k
authored andcommitted
Update scalatest to 3.2.15
1 parent 572856e commit c10a9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lazy val core = (project in file("core")).settings(
6262
)
6363
},
6464
libraryDependencies ++= Seq(
65-
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
65+
"org.scalatest" %% "scalatest" % "3.2.15" % "test",
6666
),
6767
sbtPlugin := false,
6868
Global / transitiveClassifiers := Seq(Artifact.SourceClassifier),

0 commit comments

Comments
 (0)