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

Commit 7a22619

Browse files
committed
Set name for project :)
1 parent 3cb52b1 commit 7a22619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ ThisBuild / githubWorkflowPublish := Seq(
6868
val root = project
6969
.in(file("."))
7070
.settings(
71+
name := "doobie-quill",
7172
libraryDependencies ++= Seq(
7273
"io.getquill" %% "quill-jdbc" % "3.8.0",
7374
"org.tpolecat" %% "doobie-core" % "1.0.0-RC1",
7475
"org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1" % Test,
7576
"org.scalameta" %% "munit" % "0.7.29" % Test,
76-
) ++ compilerPlugins
77+
) ++ compilerPlugins,
7778
)

0 commit comments

Comments
 (0)