Skip to content

Commit

Permalink
Revert "3.6.2-RC1"
Browse files Browse the repository at this point in the history
This reverts commit 16bb1f1.
  • Loading branch information
mio-19 committed Nov 22, 2024
1 parent 16bb1f1 commit c003b56
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os_name: macos-x86_64

env:
SCALA_VERSION: '3.6.2-RC1'
SCALA_VERSION: '3.5.2'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

defaults:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ up := {
log.success("Finished updating all dependencies")
}

val scala3Version = "3.6.2-RC1"
val scala3Version = "3.5.2"
val scala2Version = "2.13.15"

val graalVm = "graalvm-java23"
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy-js": "cp js/target/scala-3.6.2-RC1/cli-opt/main.js ./ && cp js/target/scala-3.6.2-RC1/cli-opt/main.js.map ./"
"copy-js": "cp js/target/scala-3.5.2/cli-opt/main.js ./ && cp js/target/scala-3.5.2/cli-opt/main.js.map ./"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion docs/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ update_translations() {
echo "Translations updated"
}

CHESTER_JS_PATH="js/target/scala-3.6.2-RC1/docs-opt/main.js"
CHESTER_JS_PATH="js/target/scala-3.5.2/docs-opt/main.js"
copy_chester_js() {
cp "$CHESTER_JS_PATH" "$1/main.js"
cp "$CHESTER_JS_PATH.map" "$1/main.js.map"
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val chesterPlugin =
.settings(
name := "ChesterLanguageSupport",
version := "0.0.24",
scalaVersion := "3.6.2-RC1",
scalaVersion := "3.5.2",
ThisBuild / intellijPluginName := "Chester Language Support",
ThisBuild / intellijBuild := "242.23339.11",
ThisBuild / intellijPlatform := IntelliJPlatform.IdeaCommunity,
Expand Down
4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"copy-js": "cp .js/target/scala-3.6.2-RC1/site-opt/main.js .js/target/scala-3.6.2-RC1/site-opt/main.js.map scala/",
"copy-js-mjs": "cp .js/target/scala-3.6.2-RC1/site-fastopt/main.mjs .js/target/scala-3.6.2-RC1/site-fastopt/main.mjs.map scala/",
"copy-js": "cp .js/target/scala-3.5.2/site-opt/main.js .js/target/scala-3.5.2/site-opt/main.js.map scala/",
"copy-js-mjs": "cp .js/target/scala-3.5.2/site-fastopt/main.mjs .js/target/scala-3.5.2/site-fastopt/main.mjs.map scala/",
"format": "prettier --write \"**/*.{ts,tsx,mjs}\""
},
"dependencies": {
Expand Down

0 comments on commit c003b56

Please sign in to comment.