Skip to content

Commit

Permalink
Update cats-core to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nt9-steward[bot] authored and lenguyenthanh committed Aug 30, 2023
1 parent 1fe4356 commit 5d3fad8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ulc/Interpreter.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala "3.3.0"
//> using lib "org.typelevel::cats-core::2.9.0"
//> using lib "org.typelevel::cats-core::2.10.0"
//> using lib "org.typelevel::cats-parse::0.3.10"

package ulc
Expand Down
2 changes: 1 addition & 1 deletion ulc/Interpreter.test.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala "3.3.0"
//> using lib "org.typelevel::cats-core:2.9.0"
//> using lib "org.typelevel::cats-core:2.10.0"
//> using lib "org.scalameta::munit::0.7.29"

package ulc
Expand Down
2 changes: 1 addition & 1 deletion ulc/Parser.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala "3.3.0"
//> using lib "org.typelevel::cats-core::2.9.0"
//> using lib "org.typelevel::cats-core::2.10.0"

package parser

Expand Down

0 comments on commit 5d3fad8

Please sign in to comment.