Skip to content

Commit

Permalink
upgrade scala to 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Apr 1, 2021
1 parent 3c4ce7d commit 0be57f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val overflowdbVersion = "1.30"
inThisBuild(
List(
organization := "io.shiftleft",
scalaVersion := "2.13.4",
scalaVersion := "2.13.5",
resolvers ++= Seq(
Resolver.mavenLocal,
"Sonatype OSS" at "https://oss.sonatype.org/content/repositories/public"
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-4-88785969"
val AmmoniteVersion = "2.3.8-58-aa8b2ab1"
val ZeroturnaroundVersion = "1.13"

dependsOn(Projects.fuzzyc2cpg % Test)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.13")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.5")
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CpgSchema(builder: SchemaBuilder) {
object CpgSchema {
val instance: Schema = {
val builder = new SchemaBuilder("io.shiftleft.codepropertygraph.generated")
val cpgSchema = new CpgSchema(builder)
new CpgSchema(builder)
builder.build
}
}

0 comments on commit 0be57f7

Please sign in to comment.