Skip to content

Commit

Permalink
Update io to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jun 2, 2023
1 parent 60299c7 commit 2d874f4
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 @@ -14,7 +14,7 @@ organization := "com.github.xuwei-k"
licenses := Seq("MIT" -> url("https://opensource.org/licenses/mit-license"))
homepage := Some(url("https://github.com/xuwei-k/sonatype"))

libraryDependencies += "org.scala-sbt" %% "io" % "1.8.1"
libraryDependencies += "org.scala-sbt" %% "io" % "1.9.0"

pomExtra :=
<scm>
Expand Down

0 comments on commit 2d874f4

Please sign in to comment.