scalacenter / scala3-migrate   0.6.2

Contributors Wanted Apache License 2.0 Website GitHub

A tool to help migrating from Scala 2 to Scala 3

Scala versions: 2.13 2.12
sbt plugins: 1.0

migrate 0.2.0


Group ID:
ch.epfl.scala
Artifact ID:
migrate_2.13
Version:
0.2.0
Release Date:
Mar 16, 2021
Licenses:
Files:

libraryDependencies += "ch.epfl.scala" %% "migrate" % "0.2.0"

Mill build tool

ivy"ch.epfl.scala::migrate:0.2.0"

Scala CLI

//> using dep "ch.epfl.scala::migrate:0.2.0"

Ammonite REPL

import $ivy.`ch.epfl.scala::migrate:0.2.0`

<dependency>
  <groupId>ch.epfl.scala</groupId>
  <artifactId>migrate_2.13</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'ch.epfl.scala', name: 'migrate_2.13', version: '0.2.0'