Skip to content

Commit

Permalink
Update resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
myedibleenso committed Feb 17, 2024
1 parent 33db175 commit 77bfb5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extra/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name := "odinson-extra"

resolvers += ("Artifactory" at "http://artifactory.cs.arizona.edu:8081/artifactory/sbt-release").withAllowInsecureProtocol(true)
resolvers ++= Seq(
"clulab" at "https://artifactory.clulab.org/artifactory/sbt-release"
)

libraryDependencies ++= {

Expand Down

0 comments on commit 77bfb5e

Please # to comment.