Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Set name for project :)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Nov 4, 2021
1 parent 3cb52b1 commit 7a22619
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ ThisBuild / githubWorkflowPublish := Seq(
val root = project
.in(file("."))
.settings(
name := "doobie-quill",
libraryDependencies ++= Seq(
"io.getquill" %% "quill-jdbc" % "3.8.0",
"org.tpolecat" %% "doobie-core" % "1.0.0-RC1",
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1" % Test,
"org.scalameta" %% "munit" % "0.7.29" % Test,
) ++ compilerPlugins
) ++ compilerPlugins,
)

0 comments on commit 7a22619

Please sign in to comment.