Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ScalaWilliam committed Jul 27, 2021
1 parent 48efb0e commit f1345ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "xs4s-root"
ThisBuild / scalaVersion := "2.13.6"
ThisBuild / crossScalaVersions := Seq("2.12.12", "2.13.6", "3.0.1")
ThisBuild / organization := "com.scalawilliam"
ThisBuild / version := "0.9.0"
ThisBuild / version := "0.9.1"
ThisBuild / resolvers += Resolver.JCenterRepository

lazy val root = (project in file("."))
Expand Down Expand Up @@ -56,7 +56,7 @@ lazy val fs2 = project
lazy val fs2v3 = project
.dependsOn(core)
.settings(
name := "xs4s-fs2",
name := "xs4s-fs2v3",
libraryDependencies ++= Seq(
"co.fs2" %% "fs2-io" % "3.0.6",
"org.scalatest" %% "scalatest" % "3.2.9" % "test"
Expand Down

0 comments on commit f1345ef

Please sign in to comment.