Skip to content

Commit

Permalink
🔖 Release v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBakerEffendi committed Feb 15, 2022
1 parent 502a638 commit 1b2d8d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "Plume"
inThisBuild(
List(
organization := "com.github.plume-oss",
version := "1.0.10",
version := "1.0.11",
scalaVersion := "2.13.7",
crossScalaVersions := Seq("2.13.7", "3.1.0"),
resolvers ++= Seq(
Expand All @@ -21,6 +21,7 @@ val tinkerGraphVersion = "3.4.8"
val neo4jVersion = "4.4.3"
val tigerGraphVersion = "3.1.0"
val sttpVersion = "3.4.1"
val jacksonVersion = "2.13.1"
val scalajHttpVersion = "2.4.2"
val lz4Version = "1.8.0"
val slf4jVersion = "1.7.35"
Expand All @@ -47,8 +48,8 @@ libraryDependencies ++= Seq(
"com.tigergraph.client" % "gsql_client" % tigerGraphVersion,
"com.softwaremill.sttp.client3" %% "core" % sttpVersion,
"com.softwaremill.sttp.client3" %% "circe" % sttpVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
"org.scalaj" % "scalaj-http_2.13" % scalajHttpVersion,
"org.lz4" % "lz4-java" % lz4Version,
"org.slf4j" % "slf4j-api" % slf4jVersion,
Expand Down

0 comments on commit 1b2d8d0

Please sign in to comment.