Skip to content

Commit

Permalink
Merge pull request #361 from gemini-hlsw/update/io-1.10.0
Browse files Browse the repository at this point in the history
Update io to 1.10.0
  • Loading branch information
mergify[bot] authored May 6, 2024
2 parents df46e56 + 7453592 commit 3cf3ecc
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 @@ -82,7 +82,7 @@ lazy val jsdom = project
name := "lucuma-jsdom",
libraryDependencies ++= Seq(
"org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0",
"org.scala-sbt" %% "io" % "1.9.9"
"org.scala-sbt" %% "io" % "1.10.0"
),
tlVersionIntroduced := Map("2.12" -> "0.10.11")
)

0 comments on commit 3cf3ecc

Please sign in to comment.