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

Commit 2ef9a4f

Browse files
fommilfc
authored andcommitted
bump some versions (#48)
1 parent 5579ae9 commit 2ef9a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := "vscode-scala"
22

33

4-
scalaVersion in ThisBuild := "2.11.8"
4+
scalaVersion in ThisBuild := "2.11.11"
55

66
publishMavenStyle := true
77
publishArtifact in Test := false
@@ -63,7 +63,7 @@ lazy val `ensime-lsp` = project.
6363
settings(
6464
resolvers += Resolver.sonatypeRepo("snapshots"),
6565
libraryDependencies ++= Seq(
66-
"org.ensime" %% "core" % "2.0.0-M2"
66+
"org.ensime" %% "core" % "2.0.0-M3"
6767
),
6868
pomExtra in Global := {
6969
<url>https://github.com/dragos/dragos-vscode-scala/</url>

0 commit comments

Comments
 (0)