Skip to content

Commit

Permalink
munit updates, but no check updates …
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Apr 25, 2024
1 parent 0e0383b commit a002223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ object Dependencies {

def jol = libraryDependencies += "org.openjdk.jol" % "jol-core" % "0.17"
def jsoup = libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2"
def munit = libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M12" % Test
def munitCheck = libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0-M12" % Test
def munit = libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-RC1" % Test
def munitCheck = libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0-RC1" % Test
def pprint = libraryDependencies += "com.lihaoyi" %%% "pprint" % "0.8.1"
def quicklens = libraryDependencies += "com.softwaremill.quicklens" %%% "quicklens" % "1.9.0"
def scalacheck = libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.0" % Test
Expand Down

0 comments on commit a002223

Please sign in to comment.