Skip to content

Instantly share code, notes, and snippets.

@deusaquilus
Created September 8, 2020 18:24
Show Gist options
  • Save deusaquilus/ac8eabdc909014221ebf365f46743e67 to your computer and use it in GitHub Desktop.
Save deusaquilus/ac8eabdc909014221ebf365f46743e67 to your computer and use it in GitHub Desktop.
Add Snapshot OSS Quill to Build.sbt
resolvers ++= Seq(
("OSS-Snapshots" at "https://oss.sonatype.org/service/local/repositories/snapshots/content/")
)
libraryDependencies ++= Seq(
"io.getquill" %% "quill-sql" % "3.5.3-SNAPSHOT",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment