Skip to content

Commit 2696371

Browse files
committed
Add missing dependency resolver
1 parent 54979a3 commit 2696371

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.sbt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ Compile / packageBin / artifactPath := {
2121
newPath.toFile
2222
}
2323

24-
resolvers += "netlogo-language-library" at "https://dl.cloudsmith.io/public/netlogo/language-library/maven"
24+
resolvers ++= Seq(
25+
"netlogo-language-library" at "https://dl.cloudsmith.io/public/netlogo/language-library/maven",
26+
"jitpack" at "https://jitpack.io"
27+
)
28+
2529
libraryDependencies ++= Seq(
2630
"org.nlogo.languagelibrary" %% "language-library" % "3.3.1"
2731
)

0 commit comments

Comments
 (0)