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
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ val skunkVersion = "0.6.4"
val spireVersion = "0.18.0"
val slf4jVersion = "2.0.17"
val testcontainersScalaVersion = "0.43.0" // check test output if you attempt to update this
val weaverVersion = "0.8.4"
val weaverVersion = "0.11.2"

ThisBuild / tlBaseVersion := "0.54"
ThisBuild / scalaVersion := "3.7.3"
Expand Down Expand Up @@ -336,8 +336,8 @@ lazy val ssoService = project
"org.tpolecat" %% "natchez-log" % natchezVersion,
"edu.gemini" %% "lucuma-graphql-routes" % lucumaGraphQLRoutesVersion,
"io.circe" %% "circe-literal" % circeVersion % Test,
"com.disneystreaming" %% "weaver-cats" % weaverVersion % Test,
"com.disneystreaming" %% "weaver-scalacheck" % weaverVersion % Test
"org.typelevel" %% "weaver-cats" % weaverVersion % Test,
"org.typelevel" %% "weaver-scalacheck" % weaverVersion % Test
),
testFrameworks += new TestFramework("weaver.framework.CatsEffect"),
reStart / envVars += "PORT" -> "8082",
Expand Down
Loading