Skip to content

Commit

Permalink
Remove bad scala dependency org.checkerframework.checker-compat-qual.…
Browse files Browse the repository at this point in the history
… Bump version to 0.9.8 [node_publish] (#269)
  • Loading branch information
shanedell authored May 31, 2022
1 parent f913797 commit e713d08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)

# Project information
project(omega_edit
VERSION 0.9.7
VERSION 0.9.8
DESCRIPTION "Apache open source library for building editors"
HOMEPAGE_URL "https://github.com/ctc-oss/omega-edit"
LANGUAGES C CXX)
Expand Down
2 changes: 1 addition & 1 deletion src/rpc/client/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omega-edit",
"version": "0.9.7",
"version": "0.9.8",
"description": "OmegaEdit gRPC Client TypeScript Types",
"publisher": "ctc-oss",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions src/rpc/server/scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.11" % Test
)

excludeDependencies ++= Seq(
ExclusionRule("org.checkerframework", "checker-compat-qual")
)

resolvers += Resolver.mavenLocal
externalResolvers ++= Seq(
ghb_resolver,
Expand Down

0 comments on commit e713d08

Please sign in to comment.