Skip to content

Commit

Permalink
9.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 5, 2024
1 parent efd6e89 commit 2328bdf
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
@@ -1,7 +1,7 @@
lazy val scalalib = Project("scalalib", file("."))
organization := "com.github.ornicar"
name := "scalalib"
version := "9.5.6"
version := "9.5.7"
scalaVersion := "3.3.3"
licenses += "MIT" -> url("https://opensource.org/licenses/MIT")
libraryDependencies += "org.typelevel" %% "cats-core" % "2.10.0"
Expand Down

0 comments on commit 2328bdf

Please sign in to comment.