Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 19, 2020
1 parent 96da8cf commit 9b024db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sc
Expand Up @@ -64,7 +64,7 @@ object fastparse extends Module{
trait FastparseModule extends CommonCrossModule{
def ivyDeps = Agg(
ivy"com.lihaoyi::sourcecode::0.2.1",
ivy"com.lihaoyi::geny::0.5.1"
ivy"com.lihaoyi::geny::0.6.0"
)
def compileIvyDeps = Agg(
ivy"org.scala-lang:scala-reflect:${scalaVersion()}"
Expand Down Expand Up @@ -199,7 +199,7 @@ trait CommonCrossModule extends CrossScalaModule with PublishModule{
def zincWorker: ZincWorkerModule =
CustomZincWorker

def publishVersion = "2.2.4"
def publishVersion = "2.3.0"
def artifactName = millModuleSegments.parts.dropRight(2).mkString("-").stripSuffix(s"-$platformSegment")
def pomSettings = PomSettings(
description = artifactName(),
Expand Down Expand Up @@ -279,7 +279,7 @@ object perftests extends Module{
ivy"io.argonaut::argonaut:6.2",
ivy"com.typesafe.play::play-json:2.6.9",
ivy"com.fasterxml.jackson.core:jackson-databind:2.9.4",
ivy"com.lihaoyi::ujson:0.6.7",
ivy"com.lihaoyi::ujson:1.1.0",
ivy"org.scala-lang.modules::scala-parser-combinators:1.1.1",
ivy"org.python:jython:2.7.1b3"
)
Expand Down
2 changes: 1 addition & 1 deletion mill
Expand Up @@ -3,7 +3,7 @@
# This is a wrapper script, that automatically download mill from GitHub release pages
# You can give the required mill version with MILL_VERSION env variable
# If no version is given, it falls back to the value of DEFAULT_MILL_VERSION
DEFAULT_MILL_VERSION=0.6.1
DEFAULT_MILL_VERSION=0.6.1-122-5be570

set -e

Expand Down

0 comments on commit 9b024db

Please sign in to comment.