Skip to content

Commit

Permalink
Merge pull request #603 from sh0hei/use-slash-syntax
Browse files Browse the repository at this point in the history
Use slash-syntax instead of old in-syntax
  • Loading branch information
sh0hei authored Mar 29, 2021
2 parents cea450f + a44e707 commit 425cde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lazy val core = project
name := "sangria",
description := "Scala GraphQL implementation",
mimaPreviousArtifacts := Set("org.sangria-graphql" %% "sangria" % "2.1.0"),
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oF"),
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oF"),
libraryDependencies ++= Seq(
// AST Parser
"org.parboiled" %% "parboiled" % "2.2.1",
Expand Down Expand Up @@ -124,7 +124,7 @@ lazy val publishSettings = Seq(
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
releaseVcsSign := true,
publishMavenStyle := true,
publishArtifact in Test := false,
Test / publishArtifact := false,
pomIncludeRepository := (_ => false),
publishTo := Some(
if (isSnapshot.value)
Expand Down

0 comments on commit 425cde8

Please sign in to comment.