Skip to content

Commit

Permalink
Merge branch 'master' into update/scalafmt-core-2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKopanev authored Nov 15, 2020
2 parents ef809fa + 6aa6dd3 commit 12d1e19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ lazy val core = project
name := "zio-saga-core",
crossScalaVersions := allScala,
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.0",
"dev.zio" %% "zio-test" % "1.0.0" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.0" % "test"
"dev.zio" %% "zio" % "1.0.3",
"dev.zio" %% "zio-test" % "1.0.3" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.3" % "test"
),
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
)
Expand Down

0 comments on commit 12d1e19

Please sign in to comment.