Skip to content

Commit

Permalink
Merge pull request #244 from scala-steward/update/skunk-core-0.6.2
Browse files Browse the repository at this point in the history
Update skunk-core to 0.6.2
  • Loading branch information
ValdemarGr authored Nov 24, 2023
2 parents 5419903 + 0a36f1a commit 891961d
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 @@ -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 891961d

Please sign in to comment.