|
16 | 16 |
|
17 | 17 | name := "feral" |
18 | 18 |
|
19 | | -ThisBuild / tlBaseVersion := "0.1" |
| 19 | +ThisBuild / tlBaseVersion := "0.2" |
20 | 20 | ThisBuild / startYear := Some(2021) |
21 | 21 |
|
22 | 22 | ThisBuild / developers := List( |
@@ -60,7 +60,7 @@ val catsEffectVersion = "3.4.5" |
60 | 60 | val circeVersion = "0.14.3" |
61 | 61 | val fs2Version = "3.5.0" |
62 | 62 | val http4sVersion = "0.23.18" |
63 | | -val natchezVersion = "0.1.6" |
| 63 | +val natchezVersion = "0.3.0" |
64 | 64 | val munitVersion = "0.7.29" |
65 | 65 | val munitCEVersion = "1.0.7" |
66 | 66 | val scalacheckEffectVersion = "1.0.4" |
@@ -109,7 +109,7 @@ lazy val lambda = crossProject(JSPlatform, JVMPlatform) |
109 | 109 | .jsSettings( |
110 | 110 | libraryDependencies ++= Seq( |
111 | 111 | "io.circe" %%% "circe-scalajs" % circeVersion, |
112 | | - "io.github.cquiroz" %%% "scala-java-time" % "2.4.0" |
| 112 | + "io.github.cquiroz" %%% "scala-java-time" % "2.5.0" |
113 | 113 | ) |
114 | 114 | ) |
115 | 115 | .jvmSettings( |
@@ -182,8 +182,8 @@ lazy val examples = crossProject(JSPlatform, JVMPlatform) |
182 | 182 | "org.http4s" %%% "http4s-dsl" % http4sVersion, |
183 | 183 | "org.http4s" %%% "http4s-ember-client" % http4sVersion, |
184 | 184 | "org.tpolecat" %%% "natchez-xray" % natchezVersion, |
185 | | - "org.tpolecat" %%% "natchez-http4s" % "0.3.2", |
186 | | - "org.tpolecat" %%% "skunk-core" % "0.3.2" |
| 185 | + "org.tpolecat" %%% "natchez-http4s" % "0.5.0", |
| 186 | + "org.tpolecat" %%% "skunk-core" % "0.5.0" |
187 | 187 | ) |
188 | 188 | ) |
189 | 189 | .settings(commonSettings) |
|
0 commit comments