Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keywords-AsynchronousIo/.jvm/jvm.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ exampleSuperTypes := {

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test

libraryDependencies += "com.lihaoyi" %%% "sourcecode" % "0.3.0" % Test
libraryDependencies += "com.lihaoyi" %%% "sourcecode" % "0.3.1" % Test
2 changes: 1 addition & 1 deletion package/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" %
libraryDependencies += "com.twitter" %% "algebird-core" % "0.13.9" % Optional cross CrossVersion.for3Use2_13 intransitive ()
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.4" % Optional
// libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.4" % Optional cross CrossVersion.for3Use2_13
libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.3.0" % Optional
libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.3.1" % Optional
libraryDependencies += "io.monix" %% "monix" % "3.4.0" % Optional
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.2.10" % Optional cross CrossVersion.for3Use2_13
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.20" % Optional cross CrossVersion.for3Use2_13 intransitive ()
Expand Down