Skip to content

Commit ba42a9e

Browse files
Update sbt to 2.0.0-RC4
1 parent 003abbd commit ba42a9e

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
@@ -26,7 +26,7 @@ libraryDependencySchemes ++= Seq(
2626
).map("org.scala-sbt" % _ % "always")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scala-sbt" % "sbt" % "2.0.0-RC3",
29+
"org.scala-sbt" % "sbt" % "2.0.0-RC4",
3030
"org.mockito" % "mockito-core" % "5.19.0",
3131
"org.scalacheck" %% "scalacheck" % "1.18.1",
3232
"org.scalatest" %% "scalatest-flatspec" % "3.2.19", // mdocで使うので、テストライブラリだが、わざとcompileスコープ

0 commit comments

Comments
 (0)