Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Update scalatest to 3.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and zhutmost committed Sep 30, 2022
1 parent 44922f6 commit 8689d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trait SpinalModule extends ScalaModule {

object mylib extends SpinalModule with ScalafmtModule with PublishModule {
object test extends Tests with TestModule.ScalaTest {
override def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.13")
override def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.14")
}

override def publishVersion = "0.0.1-SNAPSHOT"
Expand Down

0 comments on commit 8689d40

Please sign in to comment.