From 5f0d9cc20c6734449d70b3768f4694a98dbc7bd5 Mon Sep 17 00:00:00 2001 From: Hugh Simpson Date: Sat, 16 Dec 2023 21:10:06 +0000 Subject: [PATCH] revert play bump, didn't need it --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 53ba7ea9..2ff960fa 100644 --- a/build.sbt +++ b/build.sbt @@ -146,7 +146,7 @@ lazy val slickPgPlayJson = (project in file("./addons/play-json")) name := "slick-pg_play-json", description := "Slick extensions for PostgreSQL - play-json module", libraryDependencies := mainDependencies(scalaVersion.value) ++ - Seq("org.playframework" %% "play-json" % "3.0.1") + Seq("com.typesafe.play" %% "play-json" % "2.10.3") ) .dependsOn (slickPgCore % "test->test;compile->compile")