Skip to content

Commit

Permalink
9.5.6 with scala 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Mar 1, 2024
1 parent ff7042d commit f87dae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lazy val scalalib = Project("scalalib", file("."))
organization := "com.github.ornicar"
name := "scalalib"
version := "9.5.5"
scalaVersion := "3.3.1"
version := "9.5.6"
scalaVersion := "3.3.3"
licenses += "MIT" -> url("https://opensource.org/licenses/MIT")
libraryDependencies += "org.typelevel" %% "cats-core" % "2.10.0"
libraryDependencies += "org.typelevel" %% "alleycats-core" % "2.10.0"
Expand Down

0 comments on commit f87dae5

Please sign in to comment.