Skip to content

Commit

Permalink
Merge pull request #100 from outr/update/scalatest-3.2.16
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.16
  • Loading branch information
darkfrog26 authored Aug 16, 2023
2 parents 59a316a + 4945e7e commit 1e30b4e
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 @@ -44,7 +44,7 @@ lazy val reactify = crossProject(JVMPlatform, JSPlatform, NativePlatform)
name := "reactify",
test / publishArtifact := false,
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.11" % "test"
"org.scalatest" %% "scalatest" % "3.2.16" % "test"
),
crossScalaVersions := allScalaVersions
)
Expand Down

0 comments on commit 1e30b4e

Please sign in to comment.