Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit e83b335

Browse files
committed
Bump version and prepare for release
1 parent 7871395 commit e83b335

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lazy val `ensime-lsp` = project.
6262
settings(
6363
resolvers += Resolver.sonatypeRepo("snapshots"),
6464
libraryDependencies ++= Seq(
65-
"org.ensime" %% "core" % "2.0.0"
65+
"org.ensime" %% "core" % "2.0.1"
6666
),
6767
pomExtra in Global := {
6868
<url>https://github.com/dragos/dragos-vscode-scala/</url>

scala/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3-
## 0.2.2
3+
## 0.2.3 (April 25, 2018)
4+
5+
- Activate Scala LSP only on local files
6+
- Bump Ensime to 2.0.1
7+
8+
## 0.2.2 (Oct 9, 2017)
49

510
- Configurable heap size for the language server (default 768M instead of 4G)
611
- Bumped Ensime Server to release 2.0.0

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.1"
1+
version in ThisBuild := "0.2.3"

0 commit comments

Comments
 (0)