Skip to content

Commit

Permalink
Merge pull request #120 from softwaremill/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.17
  • Loading branch information
mergify[bot] authored Sep 8, 2023
2 parents 5186562 + bf91c1e commit 9f9571d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lazy val loom: Project = (project in file("loom"))
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"dev.zio" %% "zio-json" % zioJsonVersion,
"org.eclipse.jetty" % "jetty-server" % "11.0.15",
"org.scalatest" %% "scalatest" % "3.2.16" % Test
"org.scalatest" %% "scalatest" % "3.2.17" % Test
),
javaOptions += "--enable-preview --add-modules jdk.incubator.concurrent",
run / fork := true
Expand Down

0 comments on commit 9f9571d

Please sign in to comment.