Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Sep 16, 2024
1 parent f97c125 commit 29233e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Dependencies {
def munitCheck = libraryDependencies += "org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
def pprint = libraryDependencies += "com.lihaoyi" %%% "pprint" % "0.9.0"
def quicklens = libraryDependencies += "com.softwaremill.quicklens" %%% "quicklens" % "1.9.0"
def scalacheck = libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.0" % Test
def scalacheck = libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.1" % Test
def scalaJavaTime = libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.3.0"
def scalajsDom = libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.8.0"
def scalatags = libraryDependencies += "com.lihaoyi" %%% "scalatags" % "0.13.1"
Expand Down

0 comments on commit 29233e1

Please sign in to comment.