{"id":77271,"library":"scala-stm-2-10","title":"Scala STM (Scala 2.10)","description":"Software transactional memory library for Scala, providing composable atomic operations.","status":"active","version":"0.7","language":"java","source_language":null,"source_url":"https://github.com/nbronson/scala-stm","tags":["stm","transactional","scala","concurrency"],"install":[{"cmd":"<dependency>\n  <groupId>org.scala-stm</groupId>\n  <artifactId>scala-stm_2.10</artifactId>\n  <version>0.7</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scala-stm:scala-stm_2.10:0.7'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Ref","correct":"scala.concurrent.stm.Ref"}],"quickstart":{"code":"import scala.concurrent.stm._\n\nval x = Ref(0)\natomic { implicit txn =>\n  x() = x() + 1\n}","lang":"scala","description":"Use transactional memory with Ref."},"warnings":[{"fix":"Use scala-stm version for your Scala version.","message":"Scala 2.10 only; not compatible with Scala 2.11+.","severity":"breaking","affected_versions":"0.7"}],"env_vars":null,"search_vec":"'2.10':4 'atom':13 'compos':12 'concurr':18 'librari':8 'memori':7 'oper':14 'provid':11 'scala':1,3,10,17 'softwar':5 'stm':2,15 'transact':6,16","created_at":"2026-06-17T19:53:28.759289+00:00","updated_at":"2026-06-17T19:53:28.759289+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://nbronson.github.com/scala-stm/","github":"https://github.com/nbronson/scala-stm","docs":"https://appdoc.app/artifact/org.scala-stm/scala-stm_2.10/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"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}}