Skip to content

Commit

Permalink
Update scala-xml to 2.3.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang authored Sep 15, 2024
1 parent f46e1d8 commit d752d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val backend = project.in(file("jvm"))
libraryDependencies ++= Seq(
"com.lihaoyi" %% "os-lib" % "0.8.1",
"com.lihaoyi" %% "requests" % "0.7.0",
"org.scala-lang.modules" %% "scala-xml" % "2.2.0")
"org.scala-lang.modules" %% "scala-xml" % "2.3.0")
).dependsOn(myovercast.jvm)

lazy val build = TaskKey[Unit]("build")
Expand Down

0 comments on commit d752d0d

Please sign in to comment.