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

Commit

Permalink
Updates build.sbt for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Tâche committed Dec 15, 2017
1 parent f9d00c0 commit edc49dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ lazy val `intellij-lsp` = (project in file("intellij-lsp")).
settings(
name := "intellij-lsp",
description := "Language Server Protocol plugin for IntelliJ IDEA",
version := "1.2",
version := "1.3.0",

ideaInternalPlugins := Seq(
"IntelliLang",
),

libraryDependencies ++= Seq(
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.3.0",
"io.get-coursier" %% "coursier" % "1.0.0-RC13",
"io.get-coursier" %% "coursier-cache" % "1.0.0-RC13",
"com.vladsch.flexmark" % "flexmark" % "0.7.0"
"io.get-coursier" %% "coursier" % "1.0.0",
"io.get-coursier" %% "coursier-cache" % "1.0.0",
"com.vladsch.flexmark" % "flexmark" % "0.28.18"
),
)

Expand Down

0 comments on commit edc49dc

Please sign in to comment.