We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4403e2 commit f0e6ffeCopy full SHA for f0e6ffe
build.sbt
@@ -27,7 +27,7 @@ version := (ThisBuild / version).value
27
scalaVersion := "2.13.12"
28
29
resolvers ++= Seq(
30
- "jsonlib-repo" at "https://raw.githubusercontent.com/mathieuancelin/json-lib-javaslang/master/repository/releases",
+ "jsonlib-repo" at "https://raw.githubusercontent.com/mathieuancelin/json-lib/master/repository/releases",
31
Resolver.jcenterRepo
32
)
33
0 commit comments