Skip to content

Commit

Permalink
Bump deps and sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Jul 7, 2024
1 parent 04a6662 commit 6143f08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ ThisBuild / githubWorkflowBuild ++= Seq(

libraryDependencies ++= List(
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2",
"org.specs2" %% "specs2-core" % "4.20.6" % Test,
"org.specs2" %% "specs2-cats" % "4.20.6" % Test,
"org.specs2" %% "specs2-core" % "4.20.8" % Test,
"org.specs2" %% "specs2-cats" % "4.20.8" % Test,
"com.github.ornicar" %% "scalalib" % "7.0.2",
"joda-time" % "joda-time" % "2.12.7",
"org.typelevel" %% "cats-core" % "2.10.0"
"org.typelevel" %% "cats-core" % "2.12.0"
)

resolvers ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0

0 comments on commit 6143f08

Please sign in to comment.