Skip to content

Commit

Permalink
remove double dash
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdemarGr committed Oct 11, 2023
1 parent 66bc82c commit 089cc15
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 @@ -261,7 +261,7 @@ lazy val serverGoi = project
.in(file("modules/server-goi"))
.settings(sharedSettings)
.settings(
name := "gql-server--goi",
name := "gql-server-goi",
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "1.7.2",
"org.typelevel" %% "twiddles-core" % "0.6.0"
Expand Down

0 comments on commit 089cc15

Please sign in to comment.