Skip to content

Commit

Permalink
Merge pull request #289 from scala-steward/update/sangria-4.1.0
Browse files Browse the repository at this point in the history
Update sangria to 4.1.0
  • Loading branch information
sh0hei authored Jun 29, 2024
2 parents 3b45ffe + de0ca41 commit be5481a
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 be5481a

Please sign in to comment.