Skip to content

Commit

Permalink
v11.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdziuban committed Mar 26, 2024
1 parent dcb9842 commit 0596827
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
Expand Up @@ -32,7 +32,7 @@ lazy val baseSettings = Seq(
scalaVersion := scala3,
crossScalaVersions := Seq(scala213, scala3),
organization := "typify",
version := "10.0.1",
version := "11.0.0-RC1",
resolvers += "bondlink-maven-repo" at "https://raw.githubusercontent.com/mblink/maven-repo/main",
mimaPreviousArtifacts := Set("typify" %%% name.value % "10.0.0"),
libraryDependencies ++= foldScalaV(scalaVersion.value)(
Expand Down Expand Up @@ -73,7 +73,7 @@ lazy val root = project.in(file("."))

lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % "2.10.0")
lazy val circe = "io.circe" %% "circe-core" % "0.14.6"
lazy val formless = Def.setting("com.bondlink" %%% "formless" % "0.3.0-LOCAL3")
lazy val formless = Def.setting("com.bondlink" %%% "formless" % "0.3.0-RC1")
lazy val json4s = "org.json4s" %% "json4s-jackson" % "4.0.7"
lazy val playJson = "org.playframework" %% "play-json" % "3.0.2"
lazy val shapeless = Def.setting("com.chuusai" %%% "shapeless" % "2.3.10")
Expand Down

0 comments on commit 0596827

Please sign in to comment.