Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 4829bd5

Browse files
chore(deps): update dependency org.scalatest:scalatest to v3.2.18
1 parent 7e7a803 commit 4829bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ lazy val core = ProjectRef(uri("https://github.com/RustFields/ScaFi-core.git"),
88
lazy val root = (project in file("."))
99
.settings(
1010
name := "ScaFi-fields",
11-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % "test",
11+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % "test",
1212
libraryDependencies += "org.typelevel" %% "cats-core" % "2.10.0"
1313
).dependsOn(core)

0 commit comments

Comments
 (0)