Skip to content

Commit 93fe8ca

Browse files
0.3.0
1 parent bb2d90c commit 93fe8ca

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
@@ -22,7 +22,7 @@ lazy val compat = crossProject(JSPlatform, JVMPlatform)
2222
.jvmSettings(scalaModuleSettingsJVM)
2323
.settings(
2424
name := "scala-collection-compat",
25-
version := "0.2.0-SNAPSHOT",
25+
version := "0.3.0",
2626
scalacOptions ++= Seq("-feature", "-language:higherKinds", "-language:implicitConversions"),
2727
unmanagedSourceDirectories in Compile += {
2828
val sharedSourceDir = baseDirectory.value.getParentFile / "src/main"

0 commit comments

Comments
 (0)