Skip to content

Commit

Permalink
chore: attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus committed Sep 19, 2024
1 parent f0e6ffe commit f47aa12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ version := (ThisBuild / version).value

scalaVersion := "2.13.12"

resolvers ++= Seq(
"jsonlib-repo" at "https://raw.githubusercontent.com/mathieuancelin/json-lib/master/repository/releases",
Resolver.jcenterRepo
excludeDependencies ++= Seq(
ExclusionRule("org.reactivecouchbase.json", "json-lib")
)

libraryDependencies += guice
Expand Down
Binary file added lib/joda-time-2.10.1.jar
Binary file not shown.
Binary file added lib/json-lib-1.0.0.jar
Binary file not shown.

0 comments on commit f47aa12

Please sign in to comment.