Skip to content

Commit

Permalink
Update scalatest to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 22, 2020
1 parent 3a0efc9 commit 5eeefbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion domains-cats/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies += "org.typelevel" %%% "cats-free" % "2.0.0" % Optional // F

libraryDependencies += "org.typelevel" %%% "cats-core" % "2.0.0"

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.2" % Test

libraryDependencies += "com.thoughtworks.dsl" %%% "keywords-catch" % "1.5.2"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
package com.thoughtworks.dsl.domains

import org.scalatest.{FreeSpec, Matchers}
import _root_.cats.instances.stream._
import com.thoughtworks.dsl.keywords.{Monadic, Shift, Yield}
import com.thoughtworks.dsl.domains.cats._
import org.scalatest.freespec.AnyFreeSpec
import org.scalatest.matchers.should.Matchers

/**
* @author 杨博 (Yang Bo)
*/
class catsSpec extends FreeSpec with Matchers {
class catsSpec extends AnyFreeSpec with Matchers {

"Given a continuation that uses Yield and Monadic expressions" - {

Expand Down

0 comments on commit 5eeefbb

Please sign in to comment.