Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Aug 19, 2024
1 parent 7996c8a commit f41eab0
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 @@ -84,8 +84,8 @@ lazy val root = (project in file(".")).
//
resolvers += "uuverifiers" at "https://eldarica.org/maven/",
//
// libraryDependencies += "uuverifiers" %% "princess" % "nightly-SNAPSHOT",
libraryDependencies += "io.github.uuverifiers" %% "princess" % "2024-03-22",
libraryDependencies += "uuverifiers" %% "princess" % "nightly-SNAPSHOT",
// libraryDependencies += "io.github.uuverifiers" %% "princess" % "2024-03-22",
// 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 f41eab0

Please sign in to comment.