Skip to content

Commit

Permalink
Update cats-core to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nt9-steward[bot] committed May 28, 2024
1 parent f58578f commit cc87439
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.1"
//> using lib "org.typelevel::cats-core::2.10.0"
//> using lib "org.typelevel::cats-core::2.11.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.1"
//> using lib "org.typelevel::cats-core:2.10.0"
//> using lib "org.typelevel::cats-core:2.11.0"
//> using lib "org.scalameta::munit::1.0.0"

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.1"
//> using lib "org.typelevel::cats-core::2.10.0"
//> using lib "org.typelevel::cats-core::2.11.0"

package parser

Expand Down

0 comments on commit cc87439

Please sign in to comment.