Skip to content

Commit

Permalink
Update sangria to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 2, 2024
1 parent 3b45ffe commit de0ca41
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 @@ scalacOptions += { if (isScala3.value) "-Xtarget:8" else "-target:jvm-1.8" }
javacOptions ++= Seq("-source", "8", "-target", "8")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "4.0.2",
"org.sangria-graphql" %% "sangria" % "4.1.0",
"org.scalatest" %% "scalatest" % "3.2.18" % Test)

mimaPreviousArtifacts := {
Expand Down

0 comments on commit de0ca41

Please sign in to comment.