We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003abbd commit ba42a9eCopy full SHA for ba42a9e
build.sbt
@@ -26,7 +26,7 @@ libraryDependencySchemes ++= Seq(
26
).map("org.scala-sbt" % _ % "always")
27
28
libraryDependencies ++= Seq(
29
- "org.scala-sbt" % "sbt" % "2.0.0-RC3",
+ "org.scala-sbt" % "sbt" % "2.0.0-RC4",
30
"org.mockito" % "mockito-core" % "5.19.0",
31
"org.scalacheck" %% "scalacheck" % "1.18.1",
32
"org.scalatest" %% "scalatest-flatspec" % "3.2.19", // mdocで使うので、テストライブラリだが、わざとcompileスコープ
0 commit comments