Skip to content

Commit f0e6ffe

Browse files
committed
fix: deps resolution
1 parent d4403e2 commit f0e6ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ version := (ThisBuild / version).value
2727
scalaVersion := "2.13.12"
2828

2929
resolvers ++= Seq(
30-
"jsonlib-repo" at "https://raw.githubusercontent.com/mathieuancelin/json-lib-javaslang/master/repository/releases",
30+
"jsonlib-repo" at "https://raw.githubusercontent.com/mathieuancelin/json-lib/master/repository/releases",
3131
Resolver.jcenterRepo
3232
)
3333

0 commit comments

Comments
 (0)