Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 43bd6ec

Browse files
committed
Set version to 0.9.0-SNAPSHOT
1 parent 7b7f459 commit 43bd6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dotty in ThisBuild := "0.6.0-bin-20171212-9de3905-NIGHTLY"
77

88
val commonSettings = Seq(
99
organization := "ch.epfl.scala",
10-
version := "0.8.0",
10+
version := "0.9.0-SNAPSHOT",
1111
scalaVersion := "2.13.0-M2",
1212
crossScalaVersions := scalaVersion.value :: "2.12.4" :: dotty.value :: Nil,
1313
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-language:higherKinds"/*, "-opt:l:classpath"*/),

0 commit comments

Comments
 (0)