mirror of
https://github.com/typelevel/simulacrum.git
synced 2024-11-29 01:24:09 +03:00
Update scalatest to 3.0.6-SNAP6
This commit is contained in:
parent
1d353d08c5
commit
baf184b7da
@ -19,7 +19,7 @@ lazy val scalatestSetting = Def.setting(
|
||||
if (scalaVersion.value == "2.13.0-M5") {
|
||||
Seq("org.scalatest" %%% "scalatest" % "3.0.6-SNAP4" % "test")
|
||||
} else {
|
||||
Seq("org.scalatest" %%% "scalatest" % "3.0.6-SNAP5" % "test")
|
||||
Seq("org.scalatest" %%% "scalatest" % "3.0.6-SNAP6" % "test")
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user