Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasering committed Apr 13, 2021
1 parent eaf52e0 commit be6f2a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -36,7 +36,7 @@ Compile / console / scalacOptions ~= (_.filterNot { option =>
})
Test / console / scalacOptions := (Test / console / scalacOptions).value

initialCommands in console :=
console / initialCommands :=
"""import scala.concurrent.ExecutionContext
|import java.util.concurrent.Executors
|import cats.effect.{Blocker, ContextShift, IO}
Expand All @@ -54,13 +54,13 @@ initialCommands in console :=
// ==== Dependencies ====================================================================================================
// ======================================================================================================================
libraryDependencies ++= Seq("blaze-client", "circe").map { module =>
"org.http4s" %% s"http4s-$module" % "1.0.0-M19"
"org.http4s" %% s"http4s-$module" % "1.0.0-M21"
} ++ Seq(
"io.circe" %% "circe-derivation" % "0.13.0-M5",
"io.circe" %% "circe-parser" % "0.13.0",
"com.beachape" %% "enumeratum-circe" % "1.6.1",
"ch.qos.logback" % "logback-classic" % "1.2.3" % Test,
"org.scalatest" %% "scalatest" % "3.2.6" % Test,
"org.scalatest" %% "scalatest" % "3.2.7" % Test,
)
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.5.0-RC1
sbt.version=1.5.0
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version := "0.3.0"
version := "0.4.0"

0 comments on commit be6f2a5

Please sign in to comment.