Skip to content

Commit

Permalink
Resolvers fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykuszynski committed Nov 2, 2020
1 parent 09fa5aa commit f0b594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ lazy val maprdbconnector = project.in(file("."))

resolvers += "MapR Releases" at "http://repository.mapr.com/maven/",

resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/",
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",

libraryDependencies ++= Seq(
"com.mapr.ojai" % "mapr-ojai-driver" % "6.1.0-mapr",
Expand Down

0 comments on commit f0b594f

Please sign in to comment.