Skip to content

Commit

Permalink
switched to stable Princess version
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Dec 15, 2021
1 parent 1f4fb07 commit 4a8da0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ lazy val root = (project in file(".")).
mainClass in Compile := Some("ostrich.OstrichMain"),
unmanagedSourceDirectories in Test += baseDirectory.value / "replaceall-benchmarks" / "src" / "test" / "scala",
//
resolvers += ("uuverifiers" at "http://logicrunch.research.it.uu.se/maven/").withAllowInsecureProtocol(true),
// resolvers += ("uuverifiers" at "http://logicrunch.research.it.uu.se/maven/").withAllowInsecureProtocol(true),
//
libraryDependencies += "uuverifiers" %% "princess" % "nightly-SNAPSHOT",
libraryDependencies += "io.github.uuverifiers" %% "princess" % "2021-11-15",
// libraryDependencies += "uuverifiers" % "ecma2020-regex-parser" % "0.5",
libraryDependencies += "org.sat4j" % "org.sat4j.core" % "2.3.1",
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.14.0" % "test",
Expand Down

0 comments on commit 4a8da0c

Please sign in to comment.