Giter VIP home page Giter VIP logo

scala3-example-project's Introduction

Example sbt project that compiles using Scala 3

Continuous Integration

Usage

This is a normal sbt project, you can compile code with sbt compile and run it with sbt run, sbt console will start a Scala 3 REPL.

If compiling this example project fails, you probably have a global sbt plugin that does not work with Scala 3, try to disable all plugins in ~/.sbt/1.0/plugins and ~/.sbt/1.0.

IDE support

Scala 3 comes built-in with IDE support, to try it out see IDE support for Scala 3

Making a new Scala 3 project

The fastest way to start a new Scala 3 project is to use one of the following templates:

Using Scala 3 in an existing project

You will need to make the following adjustments to your build:

project/build.properties

sbt.version=1.5.0

You must use sbt 1.5.0 or newer; older versions of sbt are not supported.

build.sbt

Set up the Scala 3 version:

scalaVersion := "3.0.0-RC3"

Getting your project to compile with Scala 3

For help with porting an existing Scala 2 project to Scala 3, see the Scala 3 migration guide.

Nightly builds

If the latest release of Scala 3 is missing a bugfix or feature you need, you may wish to use a nightly build. Look at the bottom of the list of releases to find the version number for the latest nightly build.

Discuss

Feel free to come chat with us on the Scala 3 gitter!

scala3-example-project's People

Contributors

smarter avatar nicolasstucki avatar anatoliykmetyuk avatar shapelesscat avatar allanrenucci avatar scala-steward avatar sethtisue avatar felixmulder avatar unkarjedy avatar biboudis avatar xhudik avatar fermiyon avatar blaisorblade avatar liufengyun avatar brbrown25 avatar ferhtaydn avatar olivierblanvillain avatar abgruszecki avatar alvinj avatar darkdimius avatar bishabosha avatar nthportal avatar rsoeldner avatar xuwei-k avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.