Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Dec 14, 2024
1 parent a3de7e7 commit 93b2e39
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions project.scala
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
//> using toolkit 0.6.0
//> using option -feature -deprecation
//> using scala "3.6.2"
//> using options "-deprecation" "-feature"
//> using toolkit "0.6.0"

//> using dep "com.sksamuel.scrimage:scrimage-core:4.3.0"
//> using dep "com.sksamuel.scrimage:scrimage-webp:4.3.0"
//> using dep "com.sksamuel.scrimage:scrimage-scala_2.13:4.3.0"
//> using dependency "com.sksamuel.scrimage:scrimage-core:4.3.0"
//> using dependency "com.sksamuel.scrimage:scrimage-scala_2.13:4.3.0"
//> using dependency "com.sksamuel.scrimage:scrimage-webp:4.3.0"
//> using dependency "org.scala-lang.modules::scala-parallel-collections:1.0.4"
//> using dependency "org.typelevel::cats-parse::1.1.0"

//> using dep "org.scala-lang.modules::scala-parallel-collections:1.0.4"
//> using dep "co.fs2::fs2-core:3.11.0"
//> using dep "org.typelevel::cats-effect::3.5.7"
//> using dep "org.typelevel::cats-parse::1.0.0"

0 comments on commit 93b2e39

Please sign in to comment.