We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e806ad + 47685c9 commit 4a9f943Copy full SHA for 4a9f943
1 file changed
build.sbt
@@ -82,7 +82,7 @@ lazy val standardSettings = Defaults.coreDefaultSettings ++ Seq(
82
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
83
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
84
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
85
- "ch.qos.logback" % "logback-classic" % "1.5.32" % Test
+ "ch.qos.logback" % "logback-classic" % "1.5.33" % Test
86
),
87
ThisBuild / shellPrompt := { state ⇒
88
scala.Console.CYAN + Project.extract(state).currentRef.project + "> " + scala.Console.RESET
0 commit comments