Skip to content

Commit

Permalink
Update Scala version number (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovel authored Dec 9, 2024
1 parent f1fcea3 commit 805b1f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ For instance:
```scala
ThisBuild / version := "0.1.0"

ThisBuild / scalaVersion := "3.5.0"
ThisBuild / scalaVersion := "3.5.2"

lazy val myTestProject = (project in file("."))
.enablePlugins(StainlessPlugin) // <--------
Expand Down
4 changes: 2 additions & 2 deletions bin/package-standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ if [[ $(git diff --stat) != '' ]]; then
STAINLESS_VERSION="$STAINLESS_VERSION-SNAPSHOT"
fi

SCALA_VERSION="3.5.0"
LIB_SCALA_VERSION="3.5.0"
SCALA_VERSION="3.5.2"
LIB_SCALA_VERSION="3.5.2"
LIB_SCALA_VERSION_JAR_NAME_PART=$(echo $LIB_SCALA_VERSION | cut -d '.' -f 1)
Z3_VERSION="4.12.2"
CVC5_VERSION="1.0.8"
Expand Down

0 comments on commit 805b1f7

Please sign in to comment.