Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 15, 2023
1 parent 2d608e5 commit 5da9406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -16,8 +16,8 @@ ThisBuild / scalaVersion := "2.12.18"

libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r",
"org.apache.commons" % "commons-compress" % "1.23.0",
"org.scalatest" %% "scalatest" % "3.2.16" % Test
"org.apache.commons" % "commons-compress" % "1.24.0",
"org.scalatest" %% "scalatest" % "3.2.17" % Test
)

homepage := Some(url("https://github.com/pjfanning/sbt-source-dist"))
Expand Down

0 comments on commit 5da9406

Please sign in to comment.