Skip to content

Commit

Permalink
utest upgrade for community build friendliness
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Nov 14, 2018
1 parent 1bd5867 commit b438f13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -34,7 +34,7 @@ lazy val fansi = crossProject(JSPlatform, JVMPlatform, NativePlatform)
}),
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "sourcecode" % "0.1.4",
"com.lihaoyi" %%% "utest" % "0.5.3" % "test"
"com.lihaoyi" %%% "utest" % "0.6.5" % "test"
),
testFrameworks := Seq(new TestFramework("utest.runner.Framework")),
publishTo := Some("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
Expand Down
2 changes: 0 additions & 2 deletions fansi/shared/src/test/scala/fansi/FansiTests.scala
Expand Up @@ -5,8 +5,6 @@ import utest._

object FansiTests extends TestSuite{

override def testValueColor = ufansi.Attrs.Empty

// Alias a bunch of rendered attributes to short names
// to use in all our test cases
val R = fansi.Color.Red.escape
Expand Down

0 comments on commit b438f13

Please sign in to comment.