Skip to content

Commit

Permalink
Update fs2 to 1.0.0, Scala to 2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 5, 2018
1 parent ea3b61f commit 0fe82f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,8 +1,8 @@
name := "fs2-blobstore"

inThisBuild(Seq(
scalaVersion := "2.12.6",
crossScalaVersions := Seq("2.11.12", "2.12.6"),
scalaVersion := "2.12.7",
crossScalaVersions := Seq("2.11.12", "2.12.7"),
organization := "com.lendup.fs2-blobstore"
))

Expand Down
2 changes: 1 addition & 1 deletion core/build.sbt
@@ -1,6 +1,6 @@
name := "core"

val fs2Version = "1.0.0-RC1"
val fs2Version = "1.0.0"

libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % fs2Version,
Expand Down

0 comments on commit 0fe82f9

Please sign in to comment.