From d501ce3302f93c32e46416a20515439fdfa9b844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=AA?= Date: Wed, 22 Jan 2025 11:34:08 +1100 Subject: [PATCH] up --- build.sbt | 4 ++-- idea-plugin/build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index f1924500..9029a77b 100644 --- a/build.sbt +++ b/build.sbt @@ -156,7 +156,7 @@ up := { val scala3Version = "3.6.4-RC1" val scala3Lib = "3.6.3" val scala2Version = "2.13.16" -val scala3Nightly = "3.7.0-RC1-bin-20250118-b801042-NIGHTLY" +val scala3Nightly = "3.7.0-RC1-bin-20250120-db23c08-NIGHTLY" val graalVm = "graalvm-java23" val graalJdkVersion = "23.0.2" @@ -205,7 +205,7 @@ val commonSettings0 = Seq( ), // scalafix scalacOptions ++= Seq("-Wunused:all", "-Xlint:adapted-args"), - scalacOptions ++= Seq("-rewrite", "-source", "3.6-migration"), + scalacOptions ++= Seq("-rewrite", "-source", "3.7"), libraryDependencies ++= Seq( "org.scalameta" %%% "munit" % "1.1.0" % Test, "org.scalatest" %%% "scalatest" % "3.2.19" % Test, diff --git a/idea-plugin/build.sbt b/idea-plugin/build.sbt index 8ef7fcf3..3fe06007 100644 --- a/idea-plugin/build.sbt +++ b/idea-plugin/build.sbt @@ -15,7 +15,7 @@ lazy val chesterPlugin = .settings( name := "ChesterLanguageSupport", version := "0.0.27", - scalaVersion := "3.7.0-RC1-bin-20250118-b801042-NIGHTLY", + scalaVersion := "3.7.0-RC1-bin-20250120-db23c08-NIGHTLY", ThisBuild / intellijPluginName := "Chester Language Support", ThisBuild / intellijBuild := "243.23654.117", ThisBuild / intellijPlatform := IntelliJPlatform.IdeaCommunity,