Skip to content

Commit

Permalink
11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 2, 2024
1 parent ad2e58e commit 7957af6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inThisBuild(
Seq(
scalaVersion := "3.4.1",
versionScheme := Some("early-semver"),
version := "10.0.5",
version := "11.0.0",
organization := "lichess.std",
licenses += ("MIT" -> url("https://opensource.org/licenses/MIT")),
publishTo := Option(Resolver.file("file", new File(sys.props.getOrElse("publishTo", ""))))
Expand All @@ -28,9 +28,9 @@ lazy val core: Project = Project("core", file("core")).settings(
commonSettings,
name := "core",
libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "alleycats-core" % "2.10.0",
"com.lihaoyi" %% "pprint" % "0.7.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "alleycats-core" % "2.10.0",
"com.lihaoyi" %% "pprint" % "0.7.0"
)
)

Expand Down

0 comments on commit 7957af6

Please sign in to comment.