Skip to content

Commit

Permalink
Update sourcecode to 0.3.0 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 10, 2022
1 parent a371431 commit d7ac8bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.12" % Test

libraryDependencies += "com.lihaoyi" %%% "sourcecode" % "0.2.8" % Test
libraryDependencies += "com.lihaoyi" %%% "sourcecode" % "0.3.0" % 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.2.8" % Optional
libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.3.0" % Optional
libraryDependencies += "io.monix" %% "monix" % "3.4.0" % Optional
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.2.9" % Optional cross CrossVersion.for3Use2_13
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.19" % Optional cross CrossVersion.for3Use2_13 intransitive ()
Expand Down

0 comments on commit d7ac8bc

Please sign in to comment.