Skip to content

Commit

Permalink
Downgrading Scribe to be compatible with tut and Scala 2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jul 23, 2018
1 parent dc5629c commit 15b489d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ organization in ThisBuild := "com.github.gvolpe"

version in ThisBuild := "0.1.0"

crossScalaVersions in ThisBuild := Seq("2.12.6")
crossScalaVersions in ThisBuild := Seq("2.12.4")

sonatypeProfileName := "com.github.gvolpe"

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val catsEffect = "1.0.0-RC2"
val fs2 = "1.0.0-M1"
val lettuce = "5.1.0.M1"
val scribe = "2.5.1"
val scribe = "2.3.0"

val betterMonadicFor = "0.2.4"
val kindProjector = "0.9.7"
Expand Down

0 comments on commit 15b489d

Please sign in to comment.