Skip to content

Commit

Permalink
Update scalac frontend to 2.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-bucev authored Nov 22, 2022
1 parent ef3facf commit 5526990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/package-sbt-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ info "$(tput bold)[] Preparing Stainless library jar..."
OUT_LIB_DIR="$OUTPUT/stainless/ch/epfl/lara/stainless-library_2.13/$STAINLESS_VERSION"
mkdir -p "$OUT_LIB_DIR"
cp "$PUBLISHED_LIB_DIR/srcs/stainless-library_2.13-sources.jar" "$OUT_LIB_DIR/stainless-library_2.13-$STAINLESS_VERSION-sources.jar"
cp "$PUBLISHED_LIB_DIR/poms/stainless-library_2.13.pom" "$OUT_LIB_DIR/stainless-library_2.13-$STAINLESS_VERSION-sources.pom"
cp "$PUBLISHED_LIB_DIR/poms/stainless-library_2.13.pom" "$OUT_LIB_DIR/stainless-library_2.13-$STAINLESS_VERSION.pom"

info "$(tput bold)[] Preparing Dotty plugin jar..."
OUT_DOTTY_DIR="$OUTPUT/stainless/ch/epfl/lara/stainless-dotty-plugin_3.2.0/$STAINLESS_VERSION"
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ lazy val nTestParallelism = {

// The Scala version with which Stainless is compiled.
val stainlessScalaVersion = "3.2.0"
// Stainless supports Scala 2.13 and Scala 3.0 programs.
val frontendScalacVersion = "2.13.6"
// Stainless supports Scala 2.13 and Scala 3.2 programs.
val frontendScalacVersion = "2.13.10"
val frontendDottyVersion = stainlessScalaVersion
// The Stainless libraries use Scala 2.13, but they are compatible with Scala 3.0 as well.
// The Stainless libraries use Scala 2.13, but they are compatible with Scala 3.2 as well.
val stainlessLibScalaVersion = frontendScalacVersion

scalaVersion := stainlessScalaVersion
Expand Down

0 comments on commit 5526990

Please sign in to comment.