Skip to content

Commit 0adfc5a

Browse files
authored
Merge pull request #36 from som-snytt/topic/bump
Bump versions
2 parents 12b74ac + 8dcef18 commit 0adfc5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ScalaModulePlugin._
33
version in ThisBuild := "0.1.3-SNAPSHOT"
44

55
scalaVersionsByJvm in ThisBuild := {
6-
val v213 = "2.13.0-M1"
6+
val v213 = "2.13.0-M2"
77
Map(
88
8 -> List(v213 -> true),
99
9 -> List(v213 -> false))

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.15
1+
sbt.version=0.13.16

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.9")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13")
22
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.8.0")

0 commit comments

Comments
 (0)