Skip to content

Commit

Permalink
0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Oct 21, 2024
1 parent 635396e commit d698501
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sbt.complete.DefaultParsers._

import scala.sys.process._

ThisBuild / version := sys.env.getOrElse("VERSION", "0.0.22")
ThisBuild / version := sys.env.getOrElse("VERSION", "0.0.23")
ThisBuild / organization := "com.github.chester-lang"

addCommandAlias("format", "scalafmtAll ; scalafmtSbt ; scalafixAll")
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chester-cli",
"version": "0.0.22",
"version": "0.0.23",
"description": "Chester is a programming language",
"main": "cli.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions idea-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val chesterPlugin =
.enablePlugins(SbtIdeaPlugin)
.settings(
name := "ChesterLanguageSupport",
version := "0.0.22",
version := "0.0.23",
scalaVersion := "3.6.1",
ThisBuild / intellijPluginName := "Chester Language Support",
ThisBuild / intellijBuild := "242.23339.11",
Expand All @@ -33,7 +33,7 @@ lazy val chesterPlugin =
scalacOptions ++= Seq("-Wunused:all", "-Xlint:adapted-args"),
// Exclude LSP4J dependencies
libraryDependencies ++= Seq(
("com.github.chester-lang.chester" %% "lsp" % "0.0.22")
("com.github.chester-lang.chester" %% "lsp" % "0.0.23")
.exclude("org.eclipse.lsp4j", "org.eclipse.lsp4j")
.exclude("org.eclipse.lsp4j", "org.eclipse.lsp4j.jsonrpc"),
"com.eclipsesource.minimal-json" % "minimal-json" % "0.9.5"
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>chester.language.plugin</id>
<name>Chester Language Support</name>
<version>0.0.22</version>
<version>0.0.23</version>
<vendor>mio-19</vendor>

<description>Provides language support for the Chester programming language.</description>
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base.chester",
"version": "0.0.22",
"version": "0.0.23",
"description": "Chester base library",
"files": [
"src"
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chester-language-support",
"displayName": "Chester Language Support",
"description": "Provides language support for Chester",
"version": "0.0.22",
"version": "0.0.23",
"publisher": "mio-19",
"repository": {
"type": "git",
Expand Down

0 comments on commit d698501

Please sign in to comment.