Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lazy val spores = project
)
case _ => Seq.empty
}) ++ List(
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
"org.scalatest" %% "scalatest" % "3.2.20" % "test"
)
)

Expand All @@ -145,7 +145,7 @@ lazy val core = project
"org.ekrich" %% "sconfig" % "1.8.1",
"org.typelevel" %% "cats-effect" % "3.6.1",
"io.github.pityka" %% "selfpackage" % "2.1.6",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.scalatest" %% "scalatest" % "3.2.20" % "test",
"com.outr" %% "scribe" % scribeVersion,
"com.outr" %% "scribe-slf4j" % scribeVersion,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % "compile-internal",
Expand Down Expand Up @@ -190,7 +190,7 @@ lazy val postgres = project
name := "tasks-postgres",
libraryDependencies ++= Seq(
"org.tpolecat" %% "skunk-core" % "0.6.4",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.scalatest" %% "scalatest" % "3.2.20" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % "compile-internal"
)
)
Expand Down Expand Up @@ -253,7 +253,7 @@ lazy val circe = project
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
"org.scalatest" %% "scalatest" % "3.2.20" % "test"
)
)
.dependsOn(core)
Expand Down
Loading