Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Jan 22, 2025
1 parent edf4020 commit d501ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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,
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.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,
Expand Down

0 comments on commit d501ce3

Please sign in to comment.