Skip to content

Commit

Permalink
try without updating -release param
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nowak committed Jan 14, 2025
1 parent 843ad45 commit 08b73aa
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 @@ -25,7 +25,7 @@ val commonSettings = Seq(
description := "grid",
organization := "com.gu",
version := "0.1",
scalacOptions ++= Seq("-feature", "-deprecation", "-language:higherKinds", "-Xfatal-warnings", "-release:17"),
scalacOptions ++= Seq("-feature", "-deprecation", "-language:higherKinds", "-Xfatal-warnings", "-release:11"),

// The Java SDK uses CBOR protocol
// We use localstack in TEST. Kinesis in localstack uses kinesislite which requires CBOR to be disabled
Expand Down

0 comments on commit 08b73aa

Please sign in to comment.