Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Sep 14, 2024
1 parent d813903 commit a2b0555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fileOverride {
runner.dialect = sbt1
}
// project files are sbt projects, sbt always uses scala 2.12
"glob:**/project/*.scala" {
"glob:/project/*.scala" {
runner.dialect = scala212
}
}
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt.Keys.libraryDependencies
object Dependencies {

def jsoup = libraryDependencies += "org.jsoup" % "jsoup" % "1.18.1"
def munit = libraryDependencies += "org.scalameta" %%% "munit" % "1.0.1" % Test
def munit = libraryDependencies += "org.scalameta" %%% "munit" % "1.0.2" % Test
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"
Expand Down

0 comments on commit a2b0555

Please sign in to comment.