Skip to content

Commit

Permalink
Merge pull request #510 from firehooper/feature/509-json4s-4.0.3
Browse files Browse the repository at this point in the history
json4s 4.0.3; issue #509
  • Loading branch information
tminglei authored Oct 21, 2021
2 parents e724acc + 518befa commit 1965087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ lazy val slickPgJson4s = (project in file("./addons/json4s"))
name := "slick-pg_json4s",
description := "Slick extensions for PostgreSQL - json4s module",
libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq(
"org.json4s" %% "json4s-ast" % "3.6.11",
"org.json4s" %% "json4s-core" % "3.6.11",
"org.json4s" %% "json4s-native" % "3.6.11" % "test"
"org.json4s" %% "json4s-ast" % "4.0.3",
"org.json4s" %% "json4s-core" % "4.0.3",
"org.json4s" %% "json4s-native" % "4.0.3" % "test"
)
)
.dependsOn (slickPgCore % "test->test;compile->compile")
Expand Down

0 comments on commit 1965087

Please sign in to comment.