Skip to content

Commit bb98b67

Browse files
fix: restore libraryDependencies typo introduced by build test
1 parent 2ac2759 commit bb98b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resolvers ++= Seq(
2727
"jitpack" at "https://jitpack.io"
2828
)
2929

30-
library Dependencies ++= Seq(
30+
libraryDependencies ++= Seq(
3131
guice,
3232
ws,
3333
"com.github.sdkman" % "sdkman-mongodb-persistence" % "1.9",

0 commit comments

Comments
 (0)