Skip to content

Commit

Permalink
upgrade to scala 2.13.6 - still the same issue with `console/testOnly…
Browse files Browse the repository at this point in the history
… *CPGQLServerTests`
  • Loading branch information
mpollmeier committed May 18, 2021
1 parent a1928e4 commit 4fb20cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val overflowdbVersion = "1.35"
inThisBuild(
List(
organization := "io.shiftleft",
scalaVersion := "2.13.5",
scalaVersion := "2.13.6",
resolvers ++= Seq(
Resolver.mavenLocal,
"Sonatype OSS" at "https://oss.sonatype.org/content/repositories/public"
Expand Down Expand Up @@ -58,7 +58,7 @@ ThisBuild / libraryDependencies ++= Seq(
// Scalafix / imports check setup
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0-alpha.1"
ThisBuild / semanticdbEnabled := true
ThisBuild / semanticdbVersion := scalafixSemanticdb.revision // use Scalafix compatible version
ThisBuild / semanticdbVersion := "4.4.18" // alternative thay may work again in future: `scalafixSemanticdb.revision`

name := "codepropertygraph"
publish / skip := true
Expand Down
2 changes: 1 addition & 1 deletion console/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ val BetterFilesVersion = "3.8.0"
val CaskVersion = "0.7.8"
val CatsVersion = "2.3.1"
val CirceVersion = "0.12.2"
val AmmoniteVersion = "2.3.8-58-aa8b2ab1"
val AmmoniteVersion = "2.3.8-122-9be39deb"
val ZeroturnaroundVersion = "1.13"

dependsOn(Projects.fuzzyc2cpg % Test)
Expand Down

0 comments on commit 4fb20cc

Please sign in to comment.