Skip to content

Commit

Permalink
Update skunk-core to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 24, 2023
1 parent 8177b27 commit 0a36f1a
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 @@ -107,7 +107,7 @@ lazy val sharedSettings = Seq(
"-Wconf:cat=unused-nowarn:s",
"-Ywarn-unused:-nowarn",
"-Xmigration",
"-Xsource:3",
"-Xsource:3"
)
} else Seq.empty // Seq("-explain")
},
Expand Down Expand Up @@ -309,7 +309,7 @@ lazy val relationalSkunk = project
.settings(
name := "gql-relational-skunk",
libraryDependencies ++= Seq(
"org.tpolecat" %% "skunk-core" % "0.6.0",
"org.tpolecat" %% "skunk-core" % "0.6.2",
"org.tpolecat" %% "natchez-noop" % "0.3.4" % Test
)
)
Expand Down

0 comments on commit 0a36f1a

Please sign in to comment.