Skip to content

Commit

Permalink
Merge branch 'master' into update/cats-effect-3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vlovgr authored Feb 8, 2023
2 parents e29c2e7 + 4fd6387 commit ee0914c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.6.1"
version = "3.7.1"
style = default
runner.dialect = scala213
maxColumn = 100
Expand Down
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import scala.scalanative.build.Mode

val catsEffectVersion = "3.4.6"

val circeVersion = "0.14.3"
Expand All @@ -6,7 +8,7 @@ val circeYamlVersion = "0.14.2"

val enumeratumVersion = "1.7.2"

val http4sVersion = "0.23.16"
val http4sVersion = "0.23.18"

val refinedVersion = "0.10.1"

Expand All @@ -26,6 +28,8 @@ ThisBuild / versionScheme := Some("early-semver")

ThisBuild / doctestTestFramework := DoctestTestFramework.Munit

ThisBuild / nativeConfig ~= { _.withMode(Mode.debug) }

lazy val ciris = project
.in(file("."))
.settings(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.8.0
sbt.version = 1.8.2
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.10")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")

0 comments on commit ee0914c

Please sign in to comment.