Skip to content

Commit

Permalink
nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Jan 20, 2025
1 parent 1f99965 commit 496956a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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-20250117-1778a6e-NIGHTLY"
val scala3Nightly = "3.7.0-RC1-bin-20250118-b801042-NIGHTLY"

val graalVm = "graalvm-java23"
val graalJdkVersion = "23.0.1"
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-20250117-1778a6e-NIGHTLY",
scalaVersion := "3.7.0-RC1-bin-20250118-b801042-NIGHTLY",
ThisBuild / intellijPluginName := "Chester Language Support",
ThisBuild / intellijBuild := "243.23654.117",
ThisBuild / intellijPlatform := IntelliJPlatform.IdeaCommunity,
Expand Down

0 comments on commit 496956a

Please sign in to comment.