{"id":77138,"library":"scalatest-2-13-0-m2","title":"ScalaTest (Scala 2.13.0-M2)","description":"A testing framework for Scala and Java applications, supporting multiple testing styles.","status":"active","version":"3.0.5","language":"java","source_language":null,"source_url":"https://github.com/scalatest/scalatest","tags":["scalatest","testing","scala","test-framework"],"install":[{"cmd":"<dependency>\n  <groupId>org.scalatest</groupId>\n  <artifactId>scalatest_2.13.0-M2</artifactId>\n  <version>3.0.5</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scalatest:scalatest_2.13.0-M2:3.0.5'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"AnyFlatSpec","correct":"org.scalatest.flatspec.AnyFlatSpec"}],"quickstart":{"code":"import org.scalatest.flatspec.AnyFlatSpec\n\nclass ExampleSpec extends AnyFlatSpec {\n  \"A Stack\" should \"pop values in last-in-first-out order\" in {\n    val stack = new scala.collection.mutable.Stack[Int]\n    stack.push(1)\n    stack.push(2)\n    assert(stack.pop() === 2)\n    assert(stack.pop() === 1)\n  }\n}","lang":"scala","description":"A simple ScalaTest flat spec example."},"warnings":[{"fix":"Use a stable Scala version and corresponding ScalaTest version (e.g., scalatest_2.13 for Scala 2.13.x).","message":"This version targets Scala 2.13.0-M2, a milestone release; not compatible with stable Scala 2.13.x.","severity":"breaking","affected_versions":"3.0.5"}],"env_vars":null,"search_vec":"'2.13.0':3 'applic':12 'framework':7,22 'java':11 'm2':4 'multipl':14 'scala':2,9,19 'scalatest':1,17 'style':16 'support':13 'test':6,15,18,21 'test-framework':20","created_at":"2026-06-17T19:48:23.698318+00:00","updated_at":"2026-06-17T19:48:23.698318+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.scalatest.org","github":"https://github.com/scalatest/scalatest","docs":"https://appdoc.app/artifact/org.scalatest/scalatest_2.13.0-M2/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}