Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
More updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
RayRoestenburg committed Dec 14, 2021
1 parent cbd603e commit c3bf8d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ lazy val helloWorld = (project in file("."))
scalaVersion := "2.12.11",
cloudflowVersion := "2.0.19",
name := "hello-world",

// sbt 1.5: Do not fail when mixing versions of Cloudflow and dependencies
evictionErrorLevel := Level.Info,

libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.2.3"
)
Expand Down
2 changes: 1 addition & 1 deletion core/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {

val typesafeConfig = "com.typesafe" % "config" % "1.4.1"
val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.14.0"
val scopt = "com.github.scopt" %% "scopt" % "4.0.0-RC2"
val scopt = "com.github.scopt" %% "scopt" % "4.0.1"
val airframeLog = "org.wvlet.airframe" %% "airframe-log" % "20.10.0"
val asciiTable = "de.vandermeer" % "asciitable" % "0.3.2"

Expand Down

0 comments on commit c3bf8d6

Please sign in to comment.