Skip to content

Commit

Permalink
Prepare anorm-docs project for Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Mar 1, 2023
1 parent c186391 commit 24b9198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ lazy val `anorm-akka` = (project in file("akka"))
lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.5.4")

val playVer = Def.setting[String] {
if (scalaBinaryVersion.value == "2.13") "2.7.3"
if (scalaBinaryVersion.value == "2.13" || scalaBinaryVersion.value == "3") "2.9.0-M2"
else "2.6.14"
}

Expand Down

0 comments on commit 24b9198

Please sign in to comment.