Skip to content

Commit

Permalink
Merge pull request #191 from Gedochao/update/deps
Browse files Browse the repository at this point in the history
Update misc dependencies
  • Loading branch information
Gedochao authored Nov 19, 2024
2 parents 10fd226 + 50915ce commit db1f851
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/Deps.scala
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import sbt._

object Deps {
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.16.0"
def munit = "org.scalameta" %% "munit" % "0.7.29"
def osLib = "com.lihaoyi" %% "os-lib" % "0.9.1"
def caseApp = "com.github.alexarchambault" %% "case-app" % "2.1.0-M24"
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.17.0"
def munit = "org.scalameta" %% "munit" % "1.0.2"
def osLib = "com.lihaoyi" %% "os-lib" % "0.11.3"
def caseApp = "com.github.alexarchambault" %% "case-app" % "2.1.0-M29"
def thumbnailator = "net.coobird" % "thumbnailator" % "0.4.20"
def image4j = "org.jclarion" % "image4j" % "0.7"
def jib = "com.google.cloud.tools" % "jib-core" % "0.24.0"
def commonsIo = "commons-io" % "commons-io" % "2.13.0"
def jib = "com.google.cloud.tools" % "jib-core" % "0.27.2"
def commonsIo = "commons-io" % "commons-io" % "2.17.0"
}

0 comments on commit db1f851

Please sign in to comment.