We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c221558 commit 7ee5cc3Copy full SHA for 7ee5cc3
1 file changed
build.sbt
@@ -15,6 +15,8 @@ scalaVersion := "3.7.0"
15
Test / scalaSource := baseDirectory.value / "src" / "test"
16
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-feature", "-encoding", "us-ascii", "-release", "11")
17
18
+resolvers += "jitpack" at "https://jitpack.io"
19
+
20
libraryDependencies ++= Seq(
21
"com.google.code.gson" % "gson" % "2.8.6"
22
)
0 commit comments