Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Feb 23, 2024
1 parent 9128ef2 commit 180b3f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ ThisBuild / scalacOptions ++= Seq(
ThisBuild / coverageExcludedFiles := ".*/src/test/.*"
// ThisBuild / coverageEnabled := true

ThisBuild / resolvers += ("uuverifiers" at "http://logicrunch.research.it.uu.se/maven/")
.withAllowInsecureProtocol(true)
ThisBuild / resolvers += "uuverifiers" at "https://eldarica.org/maven/"

ThisBuild / libraryDependencies += princess
ThisBuild / libraryDependencies += fastparse
Expand Down

0 comments on commit 180b3f1

Please sign in to comment.