diff --git a/README.md b/README.md index 5e96c89..e382c78 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To learn more about StructTensor, please read [our paper published in OOPSLA'23] ## Requirements -To run this framework, you need [Scala](https://www.scala-lang.org/download/all.html) 2 of minimum version 2.13.3 and [sbt](https://www.scala-sbt.org/download/) of minimum version 1.7.0. Note that sbt relies on JDK version 8. To compile the generated code, any C++ compiler, such as GCC or Clang can be used. +To run this framework, you need [Scala](https://www.scala-lang.org/download/all.html) 3 of minimum version 3.3.3 and [sbt](https://www.scala-sbt.org/download/) of minimum version 1.10.0. Note that sbt relies on JDK version 8. To compile the generated code, any C++ compiler, such as GCC or Clang can be used. ## Usage